问题
How is the drag and drop functionality implemented in PhoneGap?
I tried using the Native HTML5's new drag and drop feature, but that doesn't works.
回答1:
Use jQueryUI as given here in these two documentations:
http://jqueryui.com/draggable/
http://jqueryui.com/droppable/
回答2:
Drag and drop feature can be added by using jQuery UI, and we have implemented this in web, android and iOS applications(Using phonegap also). So go ahead with this and please refer the following links,
http://jqueryui.com/draggable/ http://jqueryui.com/droppable/
来源:https://stackoverflow.com/questions/20518284/drag-and-drop-functionality-in-phonegap