CirclonGroup / angular-tree-component

A simple yet powerful tree component for Angular (>=2)
https://angular2-tree.readme.io/docs
MIT License
1.1k stars 492 forks source link

Drag and Drop using Tablet Touch devices #823

Open CP-Ram opened 4 years ago

CP-Ram commented 4 years ago

Hi, I have tried for touch device as mention in documentation drag & drop for the Mobile.but it's seem not working.I m not sure any configuration i m missing or any other additional configuration i have to configure in my application. i google but didn't find any solution. some of link i found related to touch drag drop but those also not working in touch screen drag drop.

here i asked on stackoverflow And also tested in browser toggle device mode image

i want angular tree node drag and drop through touch devices.

Is there any possiblity there related to drag and drop in touch devices or currently not supported.

KeithGillette commented 4 years ago

Try the ATC Slack group for support issues.

That said, I can confirm that ATC works on touch devices if you have a polyfill installed per the documentation. We're using mobile-drag-drop.

CP-Ram commented 4 years ago

@KeithGillette using as per documentation but it's not working...please see above example.