How is drag and drop implemented in PhoneGap?
I tried using the new HTML5-based drag and drop feature, but this does not work.
Use jQueryUI, as indicated here in these two documents:
http://jqueryui.com/draggable/
http://jqueryui.com/droppable/
The drag and drop function can be added using jQuery UI, and we implemented it in android and iOS web applications (using phonegap). So go ahead and please refer to the following links,
http://jqueryui.com/draggable/ http://jqueryui.com/droppable/