Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HoldToDrag don't work #175

Open
searcherS opened this issue Nov 24, 2022 · 2 comments
Open

HoldToDrag don't work #175

searcherS opened this issue Nov 24, 2022 · 2 comments

Comments

@searcherS
Copy link

searcherS commented Nov 24, 2022

When I set holdToDrag: 1000 or holdToDrag: 1, DragAndDrop stops working.
Chrome 107.0.5304.107 Developer Tools Mobile Emulator
Also it doesn't work on Android Chrome

@mbellet
Copy link

mbellet commented Jun 21, 2023

It doesn't work in version "v3.0.0-rc.0" and "v3.0.0-beta.0", but it works in version "v2.3.0-rc.2"

@dollhead
Copy link

dollhead commented Mar 9, 2024

In my case, implementing adding custom implementation for tryFindDraggableTarget helped. The problem with default implementation in my case was that this part:

function tryFindDraggableTarget(event) {
    var cp = event.composedPath();
    ....
}

Didn't return any paths.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants