-
Notifications
You must be signed in to change notification settings - Fork 187
ion-slides options (like autoplay) not working anymore? #47
Comments
From @djcprinse on January 12, 2017 15:11 I have kind of the same issue. However I am not using autoplay but initialSlide. Before updating initialSlide worked perfectly, however now I it not working anymore... I am using ngRepeat at the
HTML:
JavaScript
This code was working perfectly before update, however now it is not working anymore... I even tried to set |
Thanks, but will someone solve this issue? 3 months later and we still have not solution! I can't go live like this @jgw96. The problem is caused by an Ionic update and we can't fix it, while it was working before! Could you guys check this please? I have no clue whether Ionic is trying to solve this at all, now... |
This issue is still there and I can't use any options with ionic2 slides. |
+1 for a fix |
I have the same problem... Any news on a fix ? |
Same problem here, hopefully someone will find a solution and share it with us. |
I have two sliders linked to a FirebaseListObservable with *ngFor async. In some situation initialSlide actually works, in others it doesn't. It looks like it only works when the ListObservable has finished loading. I guess I have to remove the async from the *ngFor and subscribe to the ListObservable and then write the result to an array and apply *ngIf="result.length > 0" to ion-slides. Kind of taking away all the beauty of AngularFire2 and ion-sliedes :-/ |
Still nothing here @mhartington @jgw96? It's incredible... the updated caused an error and there is no fix... we still can't go live like this and yet there is no help WHATSOEVER. |
All those still stuck with the problem, i finally got a fix, through this stackoverflow question: https://stackoverflow.com/questions/44941289/ionic-3-slide-not-working-with-autoplay No need for the
" |
|
From @1BJK903 on December 24, 2016 12:39
Ionic problems with ion-slides. I haven't changed anything at all, just updated. The autoplay was working before updating. When I remove all the options, the slides just says the same as with the options. So it looks like he is not reading / getting the options. What might be the problem here? I don't see any errors in the console btw.
Is this a known issue? I am using
And:
Copied from original issue: ionic-team/ionic-framework#9783
The text was updated successfully, but these errors were encountered: