jquery-ui sortable | How to get it work on iPad/touchdevices?

eventhorizon picture eventhorizon · Jan 9, 2011 · Viewed 65.5k times · Source

How do I get the jQuery-UI sortable feature working on iPad and other touch devices?

http://jqueryui.com/demos/sortable/

I tried to using event.preventDefault();, event.cancelBubble=true;, and event.stopPropagation(); with the touchmove and the scroll events, but the result was that the page does not scroll any longer.

Any ideas?

Answer

eventhorizon picture eventhorizon · Jan 10, 2011

Found a solution (only tested with iPad until now!)!

http://touchpunch.furf.com/content.php?/sortable/default-functionality