I would like to use sortable HTML tables driven by a Javascript API (e.g., BBC Glow) with the iPAD - however, I cannot drag an otherwise draggable item using the iPAD as the entire page scrolls instead of the element I would like to drag.

Is there a way around this?

link|improve this question
feedback

2 Answers

Firstly, use jquery UI http://jqueryui.com/demos/ for drag and drop functionality

and then add this script https://github.com/furf/jquery-ui-touch-punch for playing it in Ipad or Iphone.

Hope it helps.

link|improve this answer
feedback

was just about to ask this same question... but in a different way. no, iPad does not support the idea of "double clicking" or "drag/drop"... so my question was going to be "what are best-practices for modifying an existing UI so that it works for iPad/iPhone?"

ran across this project while researching: http://www.gotproject.com/blog/post2.html

I would start by looking over how this guy's code works, and try something like that...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.