tags:

views:

103

answers:

1
+1  Q: 

ipad drag and drop

Hi!

I need to implement drag and drop for Ipad.

I tried this solution: http://www.gotproject.com/blog/post2.html

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

How can I use JQuery drag and drop for IPad?

A: 

Check out the Section called "Handling Multi-Touch Events" in Apple's docs.

Steve Meisner
I also ran across http://jqtouch.com/ -The demos aren't complete (at the moment) but it looks promising!
Steve Meisner