Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dustinbolton opened this issue Jul 13, 2019 · 1 comment
Open

Comments

@dustinbolton
Copy link

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!

@dustinbolton
Copy link
Author

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant