You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can drag and rearrange, but there is some issue with the handle. If I specify a handle, I can still drag other area. And I cannot drop unless I drag by touching on the handle. I have to leave the handle blank, then the whole element becomes draggable, thereby disabling a functionality offered by the plugin.
The text was updated successfully, but these errors were encountered:
I've had some good experience with using Google Chrome's device emulation for things like this. (It essentially shots off drag and drop support, so then everything would be going through the shim.)
I haven't tried using that for this library yet, but it's likely it would let you at least attempt to sort out what's going on.
this plugin works very well on desktop. however, on iOS devices it does not work. I added a ios drag and drop shim from
https://github.com/timruffles/ios-html5-drag-drop-shim
I can drag and rearrange, but there is some issue with the handle. If I specify a handle, I can still drag other area. And I cannot drop unless I drag by touching on the handle. I have to leave the handle blank, then the whole element becomes draggable, thereby disabling a functionality offered by the plugin.
The text was updated successfully, but these errors were encountered: