Skip to content

Drag bugged in virtual list on touch device #927

@debug29

Description

@debug29

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.

https://youtu.be/gll-Gh-GvvU

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions