rotundasoftware / backbone.collectionView

Easily render backbone.js collections. In addition to managing model views, this class supports automatic selection of models in response to clicks, reordering models via drag and drop, and more.
http://rotundasoftware.github.io/backbone.collectionView/
Other
171 stars 27 forks source link

Can't use drag and drop on mobile #53

Open lbain opened 9 years ago

lbain commented 9 years ago

Although it's possible to select items on mobile, you can't reorder them.

In case anyone is looking for something similar (or some inspiration) there's a another library that can handle mobile drag and drop, but I don't know how to integrate it with backbone.

Azuka commented 9 years ago

https://github.com/furf/jquery-ui-touch-punch drops in seamlessly.