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
micheljung opened this issue
May 22, 2024
· 2 comments
Labels
bugThis issue reports broken functionality or another errorS: coreScoped to the core flutter_map functionalitystaleThis issue has not been received updates for a long time.
Based on the default options (see below), I would expect that when I pinch-zoom, the map doesn't rotate (because of pinchZoomWinGestures: MultiFingerGesture.pinchZoom | MultiFingerGesture.pinchMove) and that when I pinch-rotate, I need to rotate at least 20° before rotation starts (because of rotationThreshold: 20.0).
However, these settings don't seem to be respected as it's practically impossible to zoom the map without rotating it.
I'm doubting myself because 6.1.0 is 5 months old. This is super basic, and it would surely have been noticed and fixed, but I can't find an open issue.
Obtrusive: Prevents normal functioning but causes no errors in the console
The text was updated successfully, but these errors were encountered:
micheljung
added
bug
This issue reports broken functionality or another error
needs triage
This new bug report needs reproducing and prioritizing
labels
May 22, 2024
You need to set enableMultiFingerGestureRace to true
JaffaKetchup
added
S: core
Scoped to the core flutter_map functionality
stale
This issue has not been received updates for a long time.
and removed
needs triage
This new bug report needs reproducing and prioritizing
labels
Dec 3, 2024
bugThis issue reports broken functionality or another errorS: coreScoped to the core flutter_map functionalitystaleThis issue has not been received updates for a long time.
What is the bug?
Based on the default options (see below), I would expect that when I pinch-zoom, the map doesn't rotate (because of
pinchZoomWinGestures: MultiFingerGesture.pinchZoom | MultiFingerGesture.pinchMove
) and that when I pinch-rotate, I need to rotate at least 20° before rotation starts (because ofrotationThreshold: 20.0
).However, these settings don't seem to be respected as it's practically impossible to zoom the map without rotating it.
I'm doubting myself because 6.1.0 is 5 months old. This is super basic, and it would surely have been noticed and fixed, but I can't find an open issue.
How can we reproduce it?
Do you have a potential solution?
No response
Platforms
Android 13 (Galaxy A51)
Severity
Obtrusive: Prevents normal functioning but causes no errors in the console
The text was updated successfully, but these errors were encountered: