-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve gesture handling when current location tracking enabled #293
Comments
After much exploration and testing, we're going to need a couple additions to Tangram to really enable a robust solution for this. 1511 is absolutely required to make this work correctly. 1512 is a "nice-to-have" because without it, during a pinch you can also get a shove or pan gesture recognition to happen and it will drag the zoom point off center. The next time a location update comes in though, it will recover and re-center itself, so it's not too bad and it does require some effort to make it happen. |
cc @karimnaaji / @matteblair / @tallytalwar |
For historical reference for implementation suggestions, see #125 |
Allow pinching to occur. Currently, the map is re-zoomed if a new location is received when in the middle of a pinching gesture.
The text was updated successfully, but these errors were encountered: