coder
coder

Reputation: 1939

jQuery Sortable not working in Android mobile

I wanted to implement drag and drop functionality in my app and so I used the jQuery sortable implementation given at: http://jqueryui.com/sortable/.

I have sucessfully implemented it and it's working fine in my laptop in Google chrome but it is not working in my Android 2.3 Gingerbread mobile. What's Wrong?

What should I do to have a drag and drop functionality work in my mobile. I have already tried the new HTML5 implementation and that too is not working.

Upvotes: 5

Views: 5397

Answers (1)

user2134555
user2134555

Reputation:

I suggest jQuery UI Touch Punch. I've tested it on iOS 5 and Android 2.3 and it works great on both.

Upvotes: 8

Related Questions