Drag and Drop
- LSMethod of easily dragging and dropping elements on a page, requiring minimal JavaScript.
Chrome
- ✅ 4 - 133: Supported
- ✅ 134: Supported
- ✅ 135 - 137: Supported
Edge
- ◐ 12 - 17: Partial support
- ✅ 18 - 133: Supported
- ✅ 134: Supported
Safari
- ✅ 3.1 - 18.2: Supported
- ✅ 18.3: Supported
- ✅ 18.4 - TP: Supported
Firefox
- ❌ 2 - 3: Not supported (but has polyfill available)
- ✅ 3.5 - 135: Supported
- ✅ 136: Supported
- ✅ 137 - 139: Supported
Opera
- ❌ 9 - 11.6: Not supported (but has polyfill available)
- ✅ 12 - 116: Supported
- ✅ 117: Supported
IE
- ◐ 5.5 - 9: Partial support
- ◐ 10: Partial support
- ◐ 11: Partial support
Chrome for Android
- ✅ 134: Supported
Safari on iOS
- ❌ 3.2 - 14.8: Not supported
- ✅ 15 - 18.2: Supported
- ✅ 18.3: Supported
- ✅ 18.4: Supported
Samsung Internet
- ❌ 4 - 26: Not supported
- ❌ 27: 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
- ✅ 134: Supported
Firefox for Android
- ❌ 136: 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
.