You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be wonderful if double tap did not always zoom in. I have a use case where double tap is performing a different action and I do not want it to zoom in, however I'm seemingly unable to turn off the double-tap to zoom behavior.
I can set the zoomStep to 0 which will partly accomplish what I want, but when double tapping while at the max zoom level it will reset back to the initial zoom level (code here).
I want to override that double tap behavior to never zoom. Can we expose a way to disable this behavior?
The text was updated successfully, but these errors were encountered:
It would be wonderful if double tap did not always zoom in. I have a use case where double tap is performing a different action and I do not want it to zoom in, however I'm seemingly unable to turn off the double-tap to zoom behavior.
I can set the
zoomStep
to0
which will partly accomplish what I want, but when double tapping while at the max zoom level it will reset back to the initial zoom level (code here).I want to override that double tap behavior to never zoom. Can we expose a way to disable this behavior?
The text was updated successfully, but these errors were encountered: