I wrote a little web application where users create square blocks ( that are div elements) and then drag them around. It uses the JQuery UI library and the 'Draggable' effect.
The problem is that on an ipad the user can't drag these elements because when they put their finger on it to move it the element doesn't drag at all but the tablets entire 'browser window' does just as any other ipad page
So my question is how to circumvent this? Is there a way to 'lock' the window so the default works more like a desktop