Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ipad drag and drop

Tags:

jquery

ipad

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?

like image 921
Dejell Avatar asked Jul 19 '10 08:07

Dejell


1 Answers

Working :

Firstly, use jquery UI http://jqueryui.com/demos/ for drag and drop functionality

and then add this script https://github.com/furf/jquery-ui-touch-punch for playing it in Ipad or Iphone.

Hope it helps.

like image 134
Mandeep Pasbola Avatar answered Oct 19 '22 20:10

Mandeep Pasbola