I use jQueryUI to drag some items from a list to another. For mobile devices and, especially, devices with touch controls, the user must click and wait until the list item starts dragging - this is necessary because it does not disable scrolling.
Now, when iOS 6.0, if the user continues to click on the same list item, a magnifying glass appears, making it difficult to drag and drop.
Does anyone know a (possibly) CSS or jQuery solution for this?

Thanks in advance.
source share