-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
ion-slides with loop not looping #5816
Comments
The https://github.com/driftyco/ionic/blob/2.0/ionic/components/slides/test/loop/main.html#L2 There is an issue to improve slides here #5508 so please add any feedback you have there. Thanks! 😄 |
The links above are broken. I would appreciate if you can provide working links. |
Not sure if this helps, but I ran into this symptom, it occurred when I added the slides in |
Even I am facing the same issue. I have added ion card inside ion slide and kept loop =true. It goes to second slide after last. Anyone found any resolution on this yet? |
@brandyscarney Can you please post updated links or a different answer if the solution has changed? |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Short description of the problem:
I can't get ion-slides to loop, neither from the first slide back to the last, nor from the last to the first. There is no difference between
<ion-slides loop="true">
and<ion-slides loop="false">
. Tried with and without pager and/or autoplay.The same code worked as expected in Ionic Version: 2.0.0-alpha.57, but not in beta.1 (not 100% sure). It is definitely broken since 2.0.0-beta.2.
What behavior are you expecting?
I would expect the first slide show again after pulling the last slide to the left. And the last slide should show after pulling the first slide to the right.
Steps to reproduce:
--v2
<ion-content>
of thehome.html
.This is the content of my
home.html
:Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
Which Ionic Version? 1.x or 2.x
2.x
Run
ionic info
from terminal/cmd prompt: (paste output below)Cordova CLI: 6.0.0
Ionic Version: 2.0.0-beta.3
Ionic CLI Version: 2.0.0-beta.19
Ionic App Lib Version: 2.0.0-beta.9
OS: Distributor ID: Ubuntu Description: Ubuntu 14.04.4 LTS
Node Version: v4.4.0
The text was updated successfully, but these errors were encountered: