Reputation: 7971
Does anyone know like if it is possible to implement the drag-drop functionality on the iPad?
Something similar to what is available on; http://jqueryui.com/demos/droppable/
I mean if this can be implemented directly or via some workaround..
Upvotes: 2
Views: 2128
Reputation: 2639
You can use this script https://github.com/furf/jquery-ui-touch-punch for playing jquery UI features in Ipad or Iphone.
Hope it helps.
Upvotes: 0
Reputation: 53198
Looking at the tags, I'm guessing you're not looking for a native solution. Have you looked into a mobile javascript framework such as Sencha Touch? It seems to have the support you need, and is specifically designed for mobile development:
http://www.sencha.com/products/touch/
Upvotes: 1