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?