-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
iOS: Carousel stops cycling after clicking next or prev button or carousel-indicators #11967
Comments
What version of iOS? |
iOS 7.0.3 . Tomorrow I can check it on another iOS Version. The Android versions are 4.1.1 and 4.2.2. |
We don't officially support the non-Chrome Android Browser. |
I just checked it in the chrome Android Browser. Same problem here in both mentioned Android versions. |
The carousel shows the same behaviour on iOS 6.1.3. |
Just tried out the docs again, see the same problem. Guessing it's a problem of hover/focus as iOS doesn't reset that automagically. |
Also confirmed in v3.1.1 on Android Chrome. |
This fixed it for me: jQuery('.carousel-control').click(function(){ |
This is because of the |
If a carousel is auto-cycling, everything works fine on Desktops. If you click one of the buttons (prev, next or carousel-indicators), the carousel starts auto-cycling again after reaching the new slide.
If you click one of these buttons on android-phone or I-phone, the carousel will not start to auto-cycle again after reaching the new slide.
Bootstrap Version: 3.0.2 and 3.0.3
The text was updated successfully, but these errors were encountered: