-
Notifications
You must be signed in to change notification settings - Fork 115
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
Mobile support #39
Comments
I was having this issue as well, and removing the explicit mobile event support fixed it for me. Here are the lines to remove: I don't fully understand the issue, but this seemed like an adequate fix for now. |
@adamzap ;) |
Chiming in that this issue is still occurring in the latest release, as @leanneyee has described in 2016. If you hold down the mobile screen with your finger, it sorts, but as soon as you let it go it snaps back. I am testing in Android Chrome. @adamzap's solution didn't work for me, but thank you anyway. A similar issue has been reported here: #46 |
As described by @adamzap, issue is caused by binding to both |
Thanks a lot @adamzap. If you are using the minified version, just uncomment this in your E.g. like that: |
Thanks for this great lightweight table sorting library! Unfortunately it doesn't seem to work properly on a mobile device. Tapping on any of the headers on an Android device or iPhone causes the table to reorder for a second and then snap back to the default (although the icon/class continues to indicate the table is supposedly sorted).
The text was updated successfully, but these errors were encountered: