pixi-viewport
pixi-viewport copied to clipboard
How to prevent to scroll parent page when embedeed in an iframe?
I have my game published on a website that wraps my game in an iframe. When I zoom, it also zooms the parent page
Have you tried viewport.options.stopPropagation = true?