-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Android and delay option #1469
Comments
Delay option in Android is not working again!! |
@kimemin Was there a version in which it did work? |
@owen-m1 I found well-working version, but old one. |
"Try just to touch to start the sortable; with delay set I neraly always fail to start the sortable; without the delay options is perfect (could it be related to #981 ?)" Exactly got the same problem in 1.8.4 with this options : const sortableOptions = {
forceFallback: true,
fallbackOnBody: true,
animation: 150,
delay: 100,
filter: '.static',
ghostClass: 'ghost',
fallbackClass: 'chosen',
chosenClass: 'chosen',
scrollSpeed: 20,
}; But now IOS Safari delay not working with #584f5e52d0ca13fc03b9a4325521352c304c4647 |
@KingRial @kimemin @clemishow Please try |
Working for me, thank you very much for your reactivity 👏 |
very good!!! |
I was able to fix this issue by setting the draggable option. |
Problem:
I am testing the library with both iOS and Android.
On iOS seems perfect; however on Android, when using the library with the "delay" option, it's very difficult to use.
There are two specific situations:
Chrome: 72.0.3626.121
Android 8.1.0
JSBin/JSFiddle demonstrating the problem:
https://jsbin.com/nolazet
The text was updated successfully, but these errors were encountered: