How can I get jQuery UI's Draggable and Sortable functions to work on the iPhone?
Posted
by Damovisa
on Stack Overflow
See other posts from Stack Overflow
or by Damovisa
Published on 2010-05-20T01:04:15Z
Indexed on
2010/05/20
1:10 UTC
Read the original article
Hit count: 322
I have a page that uses JQuery UI; in particular the Sortable interaction.
The page works fine for desktop web browsers with mice, however I can't get the drag-drop functionality to work on Mobile Safari on the iPhone. Any dragging action simply scrolls the page.
The functionality on my page is extremely similar to the Sortable Empty-Lists demo on the JQuery UI site. This page also doesn't work on the iPhone.
Is there any way to get the drag-drop functions working on the iPhone?
© Stack Overflow or respective owner