I’m using jQueryUI to drag some items from a list to another.
For mobile, and specially, touch-driven devices, the user has to press and wait on a list item to start dragging – this is required because it does not disable the scrolling hability.
Now, with iOS 6.0 if the user keeps pressing the same list item the magnifying glass appears, which difficults the task of dragging.
Anyone know a (maybe) CSS or jQuery solution for this?

Thanks in advance.
The magnifying glass appears when selecting.
So add the usual cross browser
user-selectto your list items:And for good measure add the
touch-calloutHere is a demo: http://jsfiddle.net/MadLittleMods/3tzkc/