Double press on tap #2764
Replies: 4 comments 1 reply
-
Hi @Kaijonsson, I'm facing the same issue. Even with the "double-press-zooming" feature, it should not take that long to trigger the press event. I wasn't able to fix it yet, but as a workaround, you can take a look at the comment I wrote on this issue: #539 (comment) |
Beta Was this translation helpful? Give feedback.
-
This workaround isn't working anymore since |
Beta Was this translation helpful? Give feedback.
-
On iOS it can be implemented with GestureOptions: https://docs.mapbox.com/ios/maps/api/10.12.0/Structs/GestureOptions.html Something like: mapView.gestures.options.quickZoomEnabled = false |
Beta Was this translation helpful? Give feedback.
-
Any workarounds that don't require editing native code? For my use case, I'd be happy removing double-tap zoom if it meant I could speed up onPress events. |
Beta Was this translation helpful? Give feedback.
-
New Feature
I would like to be able to disable the "double-press-zooming" feature.
Why
The delayed action it provides makes the UI i buildt to select shapesources is pretty anoying.
Beta Was this translation helpful? Give feedback.
All reactions