jasonsturges Posted February 6, 2020 Share Posted February 6, 2020 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 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? Quote Link to comment Share on other sites More sharing options...
jasonsturges Posted February 15, 2020 Author Share Posted February 15, 2020 (edited) 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 thinkhttps://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 doinghttps://threejs.org/editor/ Edited February 15, 2020 by jasonsturges 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.