We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854fed7 commit e5b2396Copy full SHA for e5b2396
src/Sortable.js
@@ -143,7 +143,7 @@ let dragEl,
143
CSSFloatProperty = Edge || IE11OrLess ? 'cssFloat' : 'float',
144
145
// This will not pass for IE9, because IE9 DnD only works on anchors
146
- supportDraggable = !ChromeForAndroid && ('draggable' in document.createElement('div')),
+ supportDraggable = !ChromeForAndroid && !IOS && ('draggable' in document.createElement('div')),
147
148
supportCssPointerEvents = (function() {
149
// false when <= IE11
0 commit comments