CSS -webkit-user-drag property
- UNOFFThe non-standard -webkit-user-drag
CSS property can be used to either make an element draggable or explicitly non-draggable (like links and images). See the standardized draggable attribute/property for the recommended alternative method of accomplishing the same functionality.
Chrome
- ﹖ 4 - 15: Support unknown
- ◐ 16 - 130: Partial support
- ◐ 131: Partial support
- ◐ 132 - 134: Partial support
Edge
- ❌ 12 - 18: Not supported
- ◐ 79 - 130: Partial support
- ◐ 131: Partial support
Safari
- ✅ 3.1 - 18.0: Supported
- ✅ 18.1: Supported
- ✅ 18.2 - TP: Supported
Firefox
- ❌ 2 - 131: Not supported
- ❌ 132: Not supported
- ❌ 133 - 135: Not supported
Opera
- ❌ 9 - 12.1: Not supported
- ◐ 15 - 113: Partial support
- ◐ 114: Partial support
IE
- ❌ 5.5 - 10: Not supported
- ❌ 11: Not supported
Chrome for Android
- ❌ 131: Not supported
Safari on iOS
- ❌ 3.2 - 18.0: Not supported
- ❌ 18.1: Not supported
- ❌ 18.2: Not supported
Samsung Internet
- ❌ 4 - 25: Not supported
- ❌ 26: Not supported
Opera Mini
- ❌ all: Not supported
Opera Mobile
- ❌ 10 - 12.1: Not supported
- ◐ 80: Partial support
UC Browser for Android
- ❌ 15.5: Not supported
Android Browser
- ❌ 2.1 - 4.4.4: Not supported
- ❌ 131: Not supported
Firefox for Android
- ❌ 132: Not supported
QQ Browser
- ❌ 14.9: Not supported
Baidu Browser
- ❌ 13.52: Not supported
KaiOS Browser
- ❌ 2.5: Not supported
- ❌ 3: Not supported
Webkit and blink-based mobile browsers recognize the property but it does not appear to have any effect.
There is currently no unprefixed user-drag
or other version of the property implemented in browsers or on a standards track as the HTML draggable attribute/property is the preferred solution.
- Resources:
- Reference