vapolia / MauiGestures

Advanced gestures with positions
https://vapolia.eu
Apache License 2.0
17 stars 5 forks source link

On iOS, SwipeView animation is not fluid when combined with LongPress gesture #2

Open tranb3r opened 1 year ago

tranb3r commented 1 year ago

When using a SwipeView, if I add a LongPress gesture on it, then the swipe animation is not fluid anymore. This happens on iOS only. No issue on Android.

Repro project can be found here: https://github.com/tranb3r/Issues/tree/main/MauiAppSwipeViewAnimation

Simulator Screen Recording - iPhone SE (3rd generation) - 2023-01-12 at 16 27 15

flipper09112 commented 1 year ago

Some workarround?

softlion commented 3 weeks ago

I'm not sure what could be the issue. Have you checked the code in https://github.com/vapolia/MauiGestures/blob/main/MauiGestures/Platform/MaciOS/PlatformGestureEffect.cs ?

If you have a suggestion, I'm open.