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

Drop / dragEnd not recognized on Mobile if no movement of finger #374

Open
mesqueeb opened this issue Mar 22, 2018 · 5 comments
Open

Drop / dragEnd not recognized on Mobile if no movement of finger #374

mesqueeb opened this issue Mar 22, 2018 · 5 comments

Comments

@mesqueeb
Copy link

Jsfiddle link

http://jsbin.com/cijamah/1/edit?output

Step by step scenario

  1. Hold an item to start dragging on mobile.
  2. But do not actually drag.
  3. Let finger go.

Actual outcome

The item keeps the CSS class chosenClass / item is not dropped.

Expected Solution

The item should be put down again (dropped in same location / dragEnd should be executed) and the chosenClass should be removed.

@dchenk
Copy link

dchenk commented Jun 23, 2018

This issue is present on my iPad using Chrome, Safari, and Firefox.

@LeJeanbono
Copy link

Same with Chrome on Android

@hello-astar
Copy link

have you solve the problem? It confused me for a long time

@mesqueeb
Copy link
Author

If you look at the master branch and the commits, the author is not actively developing this repository any more. Only accepting pull requests from others.

So I think the someone will just have to start digging into the source and find the problem themselves. Best also do a PR if someone was able to fix it.

@megos
Copy link

megos commented Oct 14, 2018

This one?
SortableJS/Sortable#1059

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

No branches or pull requests

6 participants