Replies: 1 comment
-
Can you create a JSBin example of the problem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I am using this sortable in one of my project and I found on mobile device touch sensitivity is too high.
Means while I started scrolling on mobile device where sortable elements are there, it detects touch and sorts the element rather than scroll my mobile screen.
I tried options given in document like
var sortable = new Sortable(el, {
delay: 40, // time in milliseconds to define when the sorting should start
delayOnTouchOnly: false, // only delay if user is using touch
touchStartThreshold: 5,
});
But there is no effect.
CAN ANYONE SUGGEST WHAT SHOULD I DO?
Beta Was this translation helpful? Give feedback.
All reactions