ilikenwf/nestedSortable

Has anyone gotten this to work on mobile devices (touch support)?

dustinbolton opened this issue · 1 comments

Has anyone gotten dragging to work on mobile devices with tap to drag (or taphold)?

I've tried touch punch and all kinds of tricks with no success. It seems like touch punch does not bind it's event handler on the extended sortable prototype's handle.

Any ideas would be welcomed!

You must load assets in a specific order for this to work as this is all sensitive to timing and chaining upon each other: jquery ui, mobile-events, touch-punch, then nestedSortable. These js files also must load before nestedSortable's HTML (eg load the js files in the head, not at the end of the html file).