Lean-Mean-Drag-and-Drop
Lean-Mean-Drag-and-Drop copied to clipboard
First demo example not working with touch in a few browsers
- Edge 38 on Windows 10: Broken.
- Firefox 52 on Windows 10: Does nothing (just highlights text).
- Chrome 57 on Windows 10: Fine.
- Opera 42 on Windows 10: Fine.
- Chrome on Nexus 5X, Android 7.1.2: Broken (page scrolls when dragging).
- Chrome on Acer tablet, Android 5.1: Fine.
- Safari on iPad Mini (not sure which one), iOS 9.3.4: Fine.
:/
Apologies, they're all fine if touch-action: none;
is added to the draggable items.
I guess I should leave it open so the demo will be fixed :)
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).