pixi-viewport
pixi-viewport copied to clipboard
Zooming on trackpad touchpad on a laptop zooms the whole page and also changes the zoom ingame
trafficstars
Should not zoom the whole page, just the game zoom camera. Works fine on touch devices zoom
have you tried viewport.options.stopPropagation or viewport.wheel()? If the whole page is zooming, then it's likely reaching browser's default action.
I found out - use passiveWheel: true (https://davidfig.github.io/pixi-viewport/jsdoc/global.html#ViewportOptions)