-
Notifications
You must be signed in to change notification settings - Fork 116
Description
When trying to drag an item inside a react virtuoso on a touch device, its needed to first long touch to start dragging, realease touch and retouch the item to start dragging. instead of directly dragging. Also, when the dragged item is move for autoscroll the dragging action is release and its not possible continue dragging.
Expected behavior
Be able to drag without release finger and re touch the draggable element.
Be able to move back the item without dragging released when going to auto scroll part of the scroll view.
Actual behavior
Impossible to move back the draggable element after moving it in the autoscroll zone. Can drag an element without releasing touch and retouch it.
Steps to reproduce
Create a virtual list of draggable item with virtuoso, try to drag the item.
Suggested solution?
None
What version of React
are you using?
What version of @hello-pangea/dnd
are you running?
"react": "^19.1.0",
What browser are you using?
Safari (ipad)