Jump to content

Prevent browser page zoom pinch gesture on desktop


jasonsturges
 Share

Recommended Posts

Having an issue on desktop where Pixi interaction manager doesn't appear to prevent default capturing pinch gestures.

This is especially problematic with Pixi Viewport, where pinch zoom gesture is getting caught by the browser; therefore, zooming the browser's viewport (entire DOM).

For example, as I pinch zoom the Pixi Viewport below, the browser intermittently zooms the entire view:

https://codepen.io/jasonsturges/pen/BayMWxm

pinch-zoom.thumb.gif.4b8cec276b42618e1e7466ec953111ed.gif

 

Maybe no solution here - Chrome doesn't support the `user-scalable` meta attribute in html on desktop.

By default, shouldn't the interaction manager of Pixi capture and prevent these events?  

Link to comment
Share on other sites

  • 2 weeks later...

Logged at GitHub: https://github.com/pixijs/pixi.js/issues/6414

Basic gist:

This Fabric.js app prevents default - I guess it's not a built-in feature, though:
https://mudin.github.io/indoorjs/

Deck.gl has this built-in, I think
https://deck.gl/showcases/gallery/icon-layer

Nebula.gl or Kepler.gl express this from Deck.gl:
https://nebula.gl/geojson-editor/
https://kepler.gl/demo

Not sure what Three.js is doing
https://threejs.org/editor/

Edited by jasonsturges
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...