ionic 2 beta.11 ion-silides options, still present in Ionic 2 RC4
See original GitHub issueopen this page,First show the first page, and then jump to the second page But I set second pages for the initial,beta.10 is Available
version: 2.0.0-beta.11
<ion-slides [options]="opts">
<ion-slide>
<h1>Slide 1</h1>
</ion-slide>
<ion-slide>
<h1>Slide 2</h1>
</ion-slide>
<ion-slide>
<h1>Slide 3</h1>
</ion-slide>
</ion-slides>
export class test implements OnInit{
opts:any;
ngOnInit() {
this.opts = {initialSlide: 2, pager: true}
}
}
Issue Analytics
- State:
- Created 7 years ago
- Comments:18 (2 by maintainers)
Top Results From Across the Web
Ion-Slides: Mobile Touch Slider with Built-In & Custom Animation
Ion -Slides is a multi-section container which offers custom and built-in mobile touch slider animation effects. See how Ion-Slides works with iOS and ......
Read more >PnQ - River Thames Conditions
Terry lee extension 2 textbook, Rna polymerase 1 function, Uefa regions cup finals ... Didier drogba chelsea jersey, Sx11 rats, Arsenate respiring bacteria, ......
Read more >How to use Swiper with Ionic (instead of ion-slides) - YouTube
In this video we will implement the Swiper component without ion - slides, since it will be deprecated with Framework v6! ...
Read more >IOnic 3.0.1 发布,紧随ng4 + 的脚步 - 掘金
And that's it! Your app should still function the same without any issues. Bug Fixes. alert: add missing cssClass property for buttons (4fbcda7) ......
Read more >qandamaster391.xml - Chegg
... monthly https://www.chegg.com/homework-help/questions-and-answers/part-ii- ... -help/questions-and-answers/give-number-type-ion-present-ionic-compounds- ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@ericdude4 I’m using RC5 and while there are some slight differences in the implementation of ion-slides in it, it’s working as intended. I believe the issue is now solved.
Still present on RC4; the shown slider is always the default at index 0 and then switches to whatever was set as initialSlide.
I have mentioned on another issue ( which I believe to be a duplicate of this one, #9138 ) and I’ve provided a repository to reproduce the issue that can be found here.