question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ionic 2 beta.11 ion-silides options, still present in Ionic 2 RC4

See original GitHub issue

open 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:closed
  • Created 7 years ago
  • Comments:18 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
AleFonscommented, Jan 24, 2017

@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.

1reaction
AleFonscommented, Dec 23, 2016

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found