marceljuenemann / angular-drag-and-drop-lists

Angular directives for sorting nested lists using the HTML5 Drag & Drop API
MIT License
2.16k stars 713 forks source link

Touch Support Ionic v1 App #458

Open AgNm opened 6 years ago

AgNm commented 6 years ago

@ Please let me know if you have provided support for Touch? I am not able to use drag & drop for Ionic 1 Mobile App.

Also I think https://github.com/timruffles/ios-html5-drag-drop-shim is for iOS only. Does it support Android?

There is code for Typescript but not for Javascript.

How can I use it? @marceljuenemann

Where should I add below code of shim:

MobileDragDrop.polyfill({ // use this to make use of the scroll behaviour dragImageTranslateOverride: MobileDragDrop.scrollBehaviourDragImageTranslateOverride });