-
Notifications
You must be signed in to change notification settings - Fork 60
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
Using with Touch Punch for mobile functionality #2
Comments
I did not test it. There would be necessary to change some handlers to "starttap/endtap/movetap" manualy cause this plugin uses mousedown event to start dragging, mousemove while dragging and mouse up when you drop element. |
Hi there, |
thanks for the effort, I tried a bit myself.. yes it was on Android. I ended up making a much simpler sortable without nesting for what I needed. |
i swith touches to changedTouches,changed: function u(a) { |
Are you able to make a pull request? If yes, make a parallel file jquery-sortable-lists-mobile.js from latest jquery-sortable-lists.js file with this changes. If not write me here please. |
I could not get drag and drop to function on Android mobile using http://touchpunch.furf.com/
The text was updated successfully, but these errors were encountered: