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

Zooming on trackpad touchpad on a laptop zooms the whole page and also changes the zoom ingame

Open gs11118 opened this issue 5 years ago • 2 comments
trafficstars

Should not zoom the whole page, just the game zoom camera. Works fine on touch devices zoom

gs11118 avatar Nov 26 '19 04:11 gs11118

have you tried viewport.options.stopPropagation or viewport.wheel()? If the whole page is zooming, then it's likely reaching browser's default action.

davidfig avatar Nov 26 '19 06:11 davidfig

I found out - use passiveWheel: true (https://davidfig.github.io/pixi-viewport/jsdoc/global.html#ViewportOptions)

crutch12 avatar Apr 28 '20 12:04 crutch12