Drag and Drop
- LSMethod of easily dragging and dropping elements on a page, requiring minimal JavaScript.
Chrome
- ✅ 4 - 130: Supported
- ✅ 131: Supported
- ✅ 132 - 134: Supported
Edge
- ◐ 12 - 17: Partial support
- ✅ 18 - 130: Supported
- ✅ 131: Supported
Safari
- ✅ 3.1 - 18.0: Supported
- ✅ 18.1: Supported
- ✅ 18.2 - TP: Supported
Firefox
- ❌ 2 - 3: Not supported (but has polyfill available)
- ✅ 3.5 - 131: Supported
- ✅ 132: Supported
- ✅ 133 - 135: Supported
Opera
- ❌ 9 - 11.6: Not supported (but has polyfill available)
- ✅ 12 - 113: Supported
- ✅ 114: Supported
IE
- ◐ 5.5 - 9: Partial support
- ◐ 10: Partial support
- ◐ 11: Partial support
Chrome for Android
- ✅ 131: Supported
Safari on iOS
- ❌ 3.2 - 14.8: Not supported
- ✅ 15 - 18.0: Supported
- ✅ 18.1: Supported
- ✅ 18.2: Supported
Samsung Internet
- ❌ 4 - 25: Not supported
- ❌ 26: Not supported
Opera Mini
- ❌ all: Not supported
Opera Mobile
- ❌ 10 - 12: Not supported (but has polyfill available)
- ✅ 12.1: Supported
- ✅ 80: Supported
UC Browser for Android
- ✅ 15.5: Supported
Android Browser
- ❌ 2.1 - 4.4.4: Not supported
- ✅ 131: Supported
Firefox for Android
- ❌ 132: Not supported
QQ Browser
- ✅ 14.9: Supported
Baidu Browser
- ❌ 13.52: Not supported
KaiOS Browser
- ❌ 2.5: Not supported
- ❌ 3: Not supported
dataTransfer.items
only supported by Chrome.
Currently no browser supports the dropzone
attribute.
Firefox supports any kind of DOM elements for .setDragImage
. Chrome must have either an HTMLImageElement
or any kind of DOM Element attached to the DOM and within the viewport of the browser for .setDragImage
.