supraniti / Lean-Mean-Drag-and-Drop

Drag&Drop Sorting and Reordering script for complex nested structures
https://supraniti.github.io/Lean-Mean-Drag-and-Drop/
MIT License
117 stars 25 forks source link

First demo example not working with touch in a few browsers #7

Open adam-lynch opened 7 years ago

adam-lynch commented 7 years ago

:/

adam-lynch commented 7 years ago

Apologies, they're all fine if touch-action: none; is added to the draggable items.

adam-lynch commented 7 years ago

I guess I should leave it open so the demo will be fixed :)

adam-lynch commented 7 years ago

Adding touch-action: none; breaks iOS Safari though (nothing happens at all when you drag). Note: I'm using http://codepen.io/adam-lynch/pen/PmPmeX to test (http://codepen.io/adam-lynch/full/PmPmeX to view just the result).