swimlane / ngx-dnd

🕶 Drag, Drop and Sorting Library for Angular2 and beyond!
https://swimlane.github.io/ngx-dnd/
MIT License
576 stars 138 forks source link

Touch support / HTML5 Drag-Drop-API #11

Closed reppners closed 6 years ago

reppners commented 7 years ago

Hi I'm one of the maintainers of https://github.com/timruffles/ios-html5-drag-drop-shim/tree/rewrite which does a good job polyfilling the HTML5 Drag and Drop API for browsers/devices that don't support it natively. The rewrite is about to be released as stable and I'm using it in production for quite some time now without issues.

I don't know if there are any special cases that your module tries to solve and support but I just wanted to let you know that the mentioned polyfill is able to handle all the touch support needs so your module could rely on the HTML5 Drag and Drop API as the ground to build upon.

mmoravcik commented 7 years ago

+1 Mobile support would be essential, at the moment, ngx-dnd example page doesn't work on mobile property

amcdnl commented 7 years ago

Mobile is on the roadmap

reppners commented 7 years ago

I've ported my favorite AngularJS drag drop directive library to Angular so whoever needs HTML5 drag and drop api support may take a look: https://github.com/reppners/ngx-drag-drop (Touch support is established with above mentioned polyfill)

elineopsommer commented 6 years ago

@amcdnl any updates on the mobile support?

gs-avaddepalli commented 6 years ago

@amcdnl any updates on mobile support?

Hypercubed commented 6 years ago

This is not something I've had a chance to work on recently. During development, I tested on an iPad and everything worked as expected. I haven't had time to do more than that.