Open wilk-polarny opened 4 years ago
No, you cannot capture multiple gestures from the same element at the moment. If you have multiple gestures on different elements, but the elements intersect that also may cause some unexpected behavior in event dispatching.
Any chance this is working on now in 2022? i.e. I have tried it. But it is not working yet. Your thoughts or workaround/alternatives, please?
Ref: https://forum.ionicframework.com/t/is-it-possible-to-get-two-simultaneous-gesture-events/217577/3
Any update in 2023?
I understand that this issue has been open for awhile, and I understand that perhaps its not the highest priority to get multiple fingers to work, at least in a stable version. However, I do know that react-native does have multiple finger event tracking (see https://reactnative.dev/docs/next/gesture-responder-system), and it would be nice to have it in this type of framework, especially for people intent on developing more interesting applications involving potentially game development and/or graphics.
Is there a beta branch or perhaps any plans to involve multi-finger event support any time soon?
Bug Report
Ionic version:
[x] 5.x
Current behavior: When navigating back using the swipeback gesture, it is possible to let the previous page jump and flicker by adding additional (multi touch) input using other fingers.
In practice, this happens accidentally when another part of the same or another hand covers the susceptible area (the previous page), resulting unwanted nav actions.
I don't even know whether this counts a bug, it's just a thing users have noticed and which feels a little bit off compared to the swipeback behaviour on iOS.
Expected behavior: The page transition should be unaffected by additional touch input.
Steps to reproduce: --> In an Ionic Angular App:
Related code:
None.
Other information:
Ionic info: