mainsocial
mainsocial

Reputation: 7823

Can I use a jQuery sortable for a mobile site?

Does a jQuery sortable feel okay on today's mobile devices? Does it work at all?

Upvotes: 1

Views: 2097

Answers (1)

Justin Beckwith
Justin Beckwith

Reputation: 7866

I've had luck using the touch punch library for translating click events to touch events:

http://touchpunch.furf.com/

I'm using this for the draggable plugin on an ipad, and it works great.

Upvotes: 7

Related Questions