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
Same issue as reported for iOS in mapbox/mapbox-maps-ios#65 with exception of fact that panning works while two-finger gesture is in progress, which is not true on iOS.
Expected behavior
pinch to zoom and rotate center on the gesture rather than center of the map
The text was updated successfully, but these errors were encountered:
That was the main idea to use easeTo with zero duration to perform immediate jump but do it via animations plugin. I'll take a look at it - easeTo with duration = 0 should actually do a single jumpTo under the hood, seems to be a bug.
Environment
Observed behavior and steps to reproduce
Same issue as reported for iOS in mapbox/mapbox-maps-ios#65 with exception of fact that panning works while two-finger gesture is in progress, which is not true on iOS.
Expected behavior
pinch to zoom and rotate center on the gesture rather than center of the map
The text was updated successfully, but these errors were encountered: