Giedrius Posted September 7, 2018 Share Posted September 7, 2018 chrome, explorer, edge, firefox supports pointer events which handles mouse events and touch events. But safari and firefox for android doesn't support these events, so we need to fallback to mouse events and touch events. I problem I still face is that if I pinch zoom the pixi canvas on browser which supports pointer events - everything works fine, but if I do pinch zooming on safari on iOS or firefox for android - they should use touch events, but the whole page is being zoomed not the canvas element as expected. Quote Link to comment Share on other sites More sharing options...
Giedrius Posted September 13, 2018 Author Share Posted September 13, 2018 the problem was caused by this line: interaction.autoPreventDefault = false; andri3d 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.