We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have noticed a bug/strange behaviour with bxslider on touch devives (in my case iPad2, iOS 7.1).
The bug causes bxslider to freeze. (Tested with: http://bxslider.com/examples/manual-show-without-infinite-loop)
I guess touch-events have to be disabled when an animation is running. slider.working = true is set too late.
The text was updated successfully, but these errors were encountered:
This happens for me too.
Sorry, something went wrong.
I've added a PR that fixes this issue: #596
Closing due to duplicate issue and PR. We are aware of issue with mobile/swipe/pagers and are looking to fix them in our upcoming update.
bxSlider 4.1.2 freezes on touch devices #540
7e0ba16
No branches or pull requests
I have noticed a bug/strange behaviour with bxslider on touch devives (in my case iPad2, iOS 7.1).
The bug causes bxslider to freeze. (Tested with: http://bxslider.com/examples/manual-show-without-infinite-loop)
I guess touch-events have to be disabled when an animation is running. slider.working = true is set too late.
The text was updated successfully, but these errors were encountered: