Hi,
I have a few slides within a modal. When activating the modal a param is passed which is the number slide the slider should initially start on. Using <ion-slides [options]="{initialSlide: 3}"> sees the first slide displayed and then changes to the initial slide index (3) after a delay of about 1 sec. The delay appears to be the point the swiper initEvents are attached.
As a hack, I tried hiding all slides but the slide I want to be the initial slide which works as expected (the initial slide index opening in the modal), but of course this is with all other slides hidden making the remaining slides unavailable. The current slide also changes when unhiding the other slides.
This functionality use to work fine in Ionic 1.
Any advice?
Thanks.