ng-drag-drop icon indicating copy to clipboard operation
ng-drag-drop copied to clipboard

Touch enabled

Open axtho opened this issue 8 years ago • 3 comments
trafficstars

It would be great to have this library touch screen enabled (use swipes for drag and drop). Any plan for this?

axtho avatar Apr 25 '17 10:04 axtho

Planned for v2.0. Hopefully soon.

ObaidUrRehman avatar Apr 25 '17 19:04 ObaidUrRehman

I think I'll defer this for a later version maybe, since this component uses native Html5 drag drop feature and it's not supported on touch based UI.

I'll need to change the implementation and write a complete drag drop feature from scratch (or probably add dependency to other library)

There is a polyfill for drag drop on touch devices: https://github.com/Bernardo-Castilho/dragdroptouch. Probably this will fulfill your need for now.

ObaidUrRehman avatar May 19 '17 09:05 ObaidUrRehman

I've been using https://github.com/timruffles/ios-html5-drag-drop-shim with great success.

The only remaining issue is: https://github.com/ObaidUrRehman/ng-drag-drop/pull/112

andreialecu avatar Dec 30 '17 16:12 andreialecu