Drag and Drop
- LSMethod of easily dragging and dropping elements on a page, requiring minimal JavaScript.
Chrome
- 4 - 116: Supported
- 117: Supported
- 118 - 120: Supported
Edge
- 12 - 17: Partial support
- 18 - 116: Supported
- 117: Supported
Safari
- 3.1 - 16.5: Supported
- 16.6: Supported
- 17.0 - TP: Supported
Firefox
- 2 - 3: Not supported (but has polyfill available)
- 3.5 - 116: Supported
- 117: Supported
- 118 - 120: Supported
Opera
- 9 - 11.6: Not supported (but has polyfill available)
- 12 - 101: Supported
- 102: Supported
IE
- 5.5 - 9: Partial support
- 10: Partial support
- 11: Partial support
Chrome for Android
- 117: Supported
Safari on iOS
- 3.2 - 14.8: Not supported
- 15 - 16.6: Supported
- 17.0: Supported
- 17.1: Supported
Samsung Internet
- 4 - 21: Not supported
- 22: Not supported
Opera Mini
- all: Not supported
Opera Mobile
- 10 - 12: Not supported (but has polyfill available)
- 12.1: Supported
- 73: Supported
UC Browser for Android
- 15.5: Supported
Android Browser
- 2.1 - 4.4.4: Not supported
- 117: Supported
Firefox for Android
- 117: Not supported
QQ Browser
- 13.1: Supported
Baidu Browser
- 13.18: 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
.