Mobile gestureSettingsTouch
See original GitHub issuehello, i’m trying to remove all the control in smartphone devices, like touches. I try this
gestureSettingsTouch: { scrollToZoom: false, clickToZoom:false,pinchToZoom:false, dblClickToZoom:false,flickEnabled:false }
i check it but it doesnt work. someone can you help me thanx for your collaboration Simone
Issue Analytics
- State:
- Created 7 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Namespace: OpenSeadragon
It is recommended to change setting to true for mobile devices. ... gestureSettingsTouch, OpenSeadragon.GestureSettings, <optional>
Read more >openseadragon/openseadragon - Gitter
First post here. I've forked https://github.com/altert/OpenseadragonFabricjsOverlay and modified it to support Paper.js instead of Fabric.js.
Read more >Dolphin Browser HD - Fast & Elegant Mobile Browsing On ...
Dolphin Browser HD is a mobile browser for Android 2.0.1 and up. ... To view all gestures and access gesture settings, touch the...
Read more >openseadragon.js - searchcode
It is recommended to change 205 * setting to true for mobile devices. ... Zoom on scroll gesture 295 * @property {Boolean} [gestureSettingsTouch....
Read more >OpenSeadragon IE10 IndexSizeError on Tile.drawCanvas call ...
Set to 1.5 for mobile on slow connection defaultZoomLevel: 0, ... gestureSettingsTouch: gestureSettingsTouch, smoothTileEdgesMinZoom: Infinity, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
So it seems that everything get disabled except for the pan on drag, correct?
@msalsbery Any idea?
More like this:
…and this:
…and document that option there: https://github.com/openseadragon/openseadragon/blob/master/src/openseadragon.js#L621 https://github.com/openseadragon/openseadragon/blob/master/src/openseadragon.js#L301-L347