bachvtuan / html5-sortable-angularjs

A directive for angular support sortable list base on pure html5
http://bachvtuan.github.io/html5-sortable-angularjs/
MIT License
43 stars 13 forks source link

iOS support lacking #3

Open nulayuhz opened 10 years ago

nulayuhz commented 10 years ago

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.

bachvtuan commented 10 years ago

Unfortunately, I don't have any ios device for testing.

Morgul commented 9 years ago

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.