davidfig / pixi-viewport

A highly configurable viewport/2D camera designed to work with pixi.js
https://davidfig.github.io/pixi-viewport/
MIT License
1.04k stars 174 forks source link

Disable default pinch zoom on chrome #362

Open kevinz917 opened 2 years ago

kevinz917 commented 2 years ago

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

davidfig commented 2 years ago

Try calling preventDefault on the contextMenu event.