-
### Description
On macOS, iOS, and Android, if you have overlapping PanGestureRecognizers only the top most will fire. Internally I assume MAUI is stopping the event propegating to lower views.
On…
-
If you start panning, then briefly drag with a 2nd finger, when you lift that finger off the pan moves the screen at an accelerated rate:
![RPReplay_Final1598974842](https://user-images.githubuserc…
-
Is it possible to override the instance allowing a tap or pan to trigger a segue to another VC in lieu of just dismissing? i.e. by default the tap/pan override would dismiss, but if you wanted to pass…
-
Incorrect GestureDetector arguments.
Having both a pan gesture recognizer and a scale gesture recognizer is redundant; scale is a
superset of pan.
Just use the scale gesture recognizer.
-
### What went wrong?
On a zoomed out map, I attempt to click and drag a token (either on Mac or iPad, either with cursor or finger). It only works about 30-40% of the time. The other 60-70% it instea…
-
### Description
PanGesture On android Updating Two Value On the same point
### Steps to Reproduce
1. Pan Gesture On Frame
2. Update Height As pan gesture updates value
##Code
…
-
A leaflet maps currently handle touchpad-based navigation only by dragging and mouse wheel scrolling. This can get unintuitive on laptops with large touchpads where the paradigm has shifted towards ge…
-
### Description
### Desire
The desire is to be able to pan inside of a `` to move another view across the screen.
To do this, the `` was added inside of the `` so that it could recognize a pan gest…
-
samcf updated
4 months ago
-
In my app I have a GoogleMap widget that is the child of a GestureDetector widget.
I need to set a variable every time the user moves the map (pan, scale, etc) and I'm using the GestureDetector for t…