ipad drag and drop

后端 未结 6 1782
误落风尘
误落风尘 2021-01-31 12:09

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

6条回答
  •  误落风尘
    2021-01-31 12:31

    If you aren't using jQuery UI, use the fork I created https://github.com/mikeangstadt/jquery-ui-touch-punch.git to hook up touch handler's using jQuery by firing the already defined mouse events.

    Works well on iOS6, haven't tested for Android or others.

提交回复
热议问题