Is there a functionality in jQuery Mobile for making listviews sortable?
By sortable, I mean possibility for the user to reorder elements in the list by dragging, like on the iPhone.
Applying jQuery UI sortable effect on the listview makes it sortable on desktop browser, but not on mobile.
Update: I was trying these solutions. Touch Punch makes drag'n'drop functionality to work, but only when the list is not longer then the device screen. If some items are out of the screen (you need to scroll down to see them), then functionality gets broken: when you're dragging an item, it gets the wrong position.