Conversation
…ntDefault on drag, not on mousedown/touchstart.
|
I have not recompiled the minified version of the script. I assume you have a process for doing that. |
There was a problem hiding this comment.
On mobile, this prevents the page from scrolling while dragging an object.
|
Hi, thanks for the patch but I've got a problem with it: On touch devices like iPad or Android I experienced a problem: Clicking on links works now with your patch, also the dragging works, but when dropping the link is clicked instead of firing the onDrop event. Any idea? |
|
Hmm, I'm not sure. Feel free to investigate. I didn't end up using this library for the feature I was working on, after all, so I don't have a lot invested in debugging this anymore. |
Fix touch support. #169 for jquery-sortable Fix touch support. In case we are dragging something clickable, preventDefault on drag, not on mousedown/touchstart by collinstocks. johnny/jquery-sortable#169 This is support for FirefoxOS
|
Hi. This is great Fix! |
|
If anyone is having this error in console : Just add |
|
@devmotionfr I've used |
Fix touch support. In case we are dragging something clickable, preventDefault on drag, not on mousedown/touchstart.