I have added a UIWebview to a view controller, can show a working html page that has draggable elements and a lot of javascript. The buttons work, links work, images load, javascript runs, all seems well. But the draggable elements don't drag. Instead the webview just scrolls within the view with bounces. A long tap just selects the whole web view.
How to I enable this web page to do a drag and drop instead of just scrolling it within the UIView?