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

How to prevent to scroll parent page when embedeed in an iframe?

Open gs11118 opened this issue 5 years ago • 1 comments

I have my game published on a website that wraps my game in an iframe. When I zoom, it also zooms the parent page

gs11118 avatar Nov 26 '19 04:11 gs11118

Have you tried viewport.options.stopPropagation = true?

davidfig avatar Nov 26 '19 23:11 davidfig