Skip to content
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

Scroll zoom not working on macos desktop #1953

Closed
kttary opened this issue Sep 2, 2024 · 1 comment
Closed

Scroll zoom not working on macos desktop #1953

kttary opened this issue Sep 2, 2024 · 1 comment
Labels
blocked This issue's resolution can't be worked on right now bug This issue reports broken functionality or another error external The issue lies in a dependency or Flutter itself S: core Scoped to the core flutter_map functionality

Comments

@kttary
Copy link

kttary commented Sep 2, 2024

What is the bug?

Look like scrollWheelZoom does not working on MacOS desktop, to be specific flutter map version 7.0.2. It WORKS on web and windows desktop platform

How can we reproduce it?

add interactionOptions: const InteractionOptions(flags: InteractiveFlag.scrollWheelZoom | InteractiveFlag.pinchZoom | InteractiveFlag.drag) to the flutter map. run it and try scroll zoom with magic mouse, it does not zoom in or out

Do you have a potential solution?

No response

Platforms

macos sonoma

Severity

Minimum: Allows normal functioning

@kttary kttary added bug This issue reports broken functionality or another error needs triage This new bug report needs reproducing and prioritizing labels Sep 2, 2024
@JaffaKetchup
Copy link
Member

If this is still an issue, it's very likely a Flutter issue, and there's probably not a simple fix/workaround for us, given how platform specific it is. There seems to a wide variety of past and current issues with scrolling on MacOS, especially with magic mice.
Closing this for now! If you think it should be re-opened, feel free to ping me.

@JaffaKetchup JaffaKetchup closed this as not planned Won't fix, can't repro, duplicate, stale Nov 24, 2024
@github-project-automation github-project-automation bot moved this from To do to Done in Development Nov 24, 2024
@JaffaKetchup JaffaKetchup added blocked This issue's resolution can't be worked on right now external The issue lies in a dependency or Flutter itself S: core Scoped to the core flutter_map functionality and removed needs triage This new bug report needs reproducing and prioritizing labels Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked This issue's resolution can't be worked on right now bug This issue reports broken functionality or another error external The issue lies in a dependency or Flutter itself S: core Scoped to the core flutter_map functionality
Projects
Archived in project
Development

No branches or pull requests

3 participants
@kttary @JaffaKetchup and others