jquery - ipad drag and drop -


I need to implement drag and drop for the iPad.

I tried this solution:

But since I am using JQuery myself, it collides and does not work.

How can I use the JQuery drag and drop for IPAD?

If you are not using jQuery UI, by firing pre-defined mouse events Use the fork created to hook the touch handler using jQuery.

Works well on iOS6, have not tested for Android or other.


Comments