This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 122
[iOS] Adding pitch messes up the bottom left corner pan gesture #91
Labels
bug
Something isn't working
Comments
Lawris
changed the title
Adding pitch messes up the bottom left corner pan gesture
[iOS] Adding pitch messes up the bottom left corner pan gesture
Oct 24, 2019
Thanks for the report @Lawris. |
@astojilj could this be a side-effect of recent changes? |
@julianrex Don't know when and if this is a regression. |
/cc @fabian-guerra |
May be related to mapbox/mapbox-gl-native#5292 |
Possibly related to mapbox/mapbox-gl-native#5292 |
+1 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
When I increase the pitch of the mapView and make a pan gesture from the middle to the bottom left corner of the device, the velocity of the gesture seems to be exponentially calculated and the view is thrown away really far. This does not happen with the 3 other corners and only occurs with a pitch > 0.
Here is my basic configuration:
Steps to reproduce
Expected behavior
Normal pan velocity.
Actual behavior
Way to high velocity.
Configuration
Mapbox SDK versions: 4.10
iOS/macOS versions: iOS 13 and 12
Device/simulator models: XS Max but tested on various simulators like iPhone 7
Xcode version: 11.2 beta (11B41)
The text was updated successfully, but these errors were encountered: