pixi-viewport icon indicating copy to clipboard operation
pixi-viewport copied to clipboard

Disable default pinch zoom on chrome

Open kevinz917 opened this issue 3 years ago • 1 comments

I'm currently using pixi-viewport with React Pixi and am trying to disable the default chrome pinch zoom so that the viewport can properly be zoomed in and out. I couldn't find any methods for this, would love some help :p

kevinz917 avatar Dec 18 '21 02:12 kevinz917

Try calling preventDefault on the contextMenu event.

davidfig avatar Dec 18 '21 16:12 davidfig