lukasoppermann/html5sortable

Drag & Drop is not working on iOS

wearecroma opened this issue · 4 comments

How can I make it work on an iOS device?

Hey, sadly iOS is a bit of an issue with html5 drag & drop. If you do find a way to make it work, please send a PR and let me know.

Using this in conjunction with DragDropTouch works well for us.

According to https://caniuse.com/dragndrop iOS browsers do not yet support html5 drag and drop API.

Thanks @andreibaca, I think we can probably close this issue as a won't fix until iOS Safari supports drag and drop.