+ 27
How to implement the drag&drop on mobile?
"drag" works great in the browser. But In mobile it only "jumps". (touch on an element, then touch on the place where you want to drag). I want to realize soft draggble from start place to final place. Need some advice 😇
2 Answers
+ 14
Share your code link ☺
+ 1
There's currently no builtin drag-drop api for mobile, i'll try a custom function for this later