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
Describe the bug
Multiple touches are being tracked while dragging a block making it possible to have dragging direction and speed changes due to unintentional touches.
To Reproduce
Steps to reproduce the behavior:
Start dragging a block;
Using another finger/hand palm
Notice that the chip moves to an intermediate point possibly changing dragging direction and speed.
Expected behavior
Only the first touch should be tracked while dragging a block.
Evidence
drag-and-drop-multitouch.mp4
Smartphone:
Device: Android, iPhone, iPad.
The text was updated successfully, but these errors were encountered:
I think we could tweak the gesture configuration and limit the number of fingers to activate it. Looks like there's a property named maxPointers that could help us to address the issue.
There's another property (averageTouches), only supported in Android, that might be also interesting to check, as it might be related to the case where having two fingers, the touch position is averaged.
Describe the bug
Multiple touches are being tracked while dragging a block making it possible to have dragging direction and speed changes due to unintentional touches.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Only the first touch should be tracked while dragging a block.
Evidence
drag-and-drop-multitouch.mp4
Smartphone:
The text was updated successfully, but these errors were encountered: