I've been messing around with query ui sortable with the .addTouch
code from <a href="
http://old.nabble.com/jQuery-UI-Support-on-the-
iPhone-td22011162s27240.html">here</a>, but I can't seem to get auto-
scrolling working properly for large lists. I have two problems:
1) Dragging an item to the bottom of the screen does not auto scroll
the list.
2) Initiating a drag on an item toward the bottom of the list causes
the view to snap back to the top of the list.
If I set scroll: false, then I am able to properly drag items that are
toward the bottom of the list, but I can only drop them in positions
that are visible on the screen at the time that I initiate the drag.
By the way, for others looking into this, setting $
(indexUl).sortable({axis: y} seems to really help performance while
rendering the drag.
Also, does anyone have a good grippie icon?
Thanks so much!
-Justin