-
-
Notifications
You must be signed in to change notification settings - Fork 867
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
[FEATURE] Scroll/zoom should stop animation #1767
Comments
What do you mean by "acts unexpectedly"? If I understand correctly you mean the fling gesture after you drag the map fast and suddenly stop. The current behaviour (at least on https://demo.fleaflet.dev ) is that if you scroll while the flint animation plays the fling animation continues but I see no weird behaviour at all. Same as #1768, please provide more information about how your setup and how use FlutterMap. |
Thanks @josxha flutter_map: fling is jittery from combined effect of fling movement and zoom My position is that it's easy to gain Flutter adoption if users are not surprised by the behavior of widgets. Users expect what they're used to, e.g. that of native Apple/Google Maps, so that is my reference for "expected behavior". |
Thanks a lot for the additional information and video. I added it to #1733. If you dont mind I'll ping you when the changes are implemented so that you can test it? |
What is the bug?
On web, when using mousedown-drag-mouseup to move the map, and then using mousewheel to zoom in/out, the movement continues and acts unexpectedly.
How can we reproduce it?
Do you have a potential solution?
See Google Maps, Bing Maps, or Apple Maps for industry standard implementation.
Platforms
web
Severity
Obtrusive: Prevents normal functioning but causes no errors in the console
The text was updated successfully, but these errors were encountered: