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

Drag and drop does not work on touch devices ! #495

Open k2ibegin opened 5 years ago

k2ibegin commented 5 years ago

Hi,

I am just wondering if drag and drop feature would not work on chrome on devices such as Smartphones and tablets ?

We faced this issue recently that drag and drop does not work on tablets/smartphones. Just wondering if it is a limitation ?

Thanks Kuldeep

alexanderturinske commented 5 years ago

The README says

Touch devices are not supported, because they do not implement the HTML5 drag & drop standard. However, you can use a shim to make it work on touch devices as well.