Restricting touches to be used by P5.js and not the browser: possible?

Hello,

I want to have a multitouch interaction on a sketch using touches. However as soon as I have two or more fingers on the touchscreen the browser interprets the distance between the two first contacts as the zoom function and modifies the display accordingly. Is it possible to deactivate this function whenever the touches are inside the canvas?