Drag and drop function in PhoneGap?

How is drag and drop implemented in PhoneGap?

I tried using the new HTML5-based drag and drop feature, but this does not work.

+4
source share
2 answers

Use jQueryUI, as indicated here in these two documents:

http://jqueryui.com/draggable/

http://jqueryui.com/droppable/

+2
source

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/

+2
source

All Articles