-
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
ionic2 RC5 with ion-slides issue #9988
Comments
Same thing here. |
@chrisbenseler Yes there are, look at the output event sections http://ionicframework.com/docs/v2/api/components/slides/Slides/#output-events |
Closes #9988 Exposes slidesPerView and spaceBetween. Also documents how to change unexposed options
* feat(slides): expose more options Closes #9988 Exposes slidesPerView and spaceBetween. Also documents how to change unexposed options * docs(slides): update advanced usage
Facing similar issue here. I used onlyExternal and autoplayDisableOnInteraction functions in RC4 using options. In RC5, if i add it in inside html, it is not working. |
Hey everyone, please take a look at the advanced usage section to add properties that are not inputs: http://ionicframework.com/docs/v2/nightly/api/components/slides/Slides/#advanced If it's defined in the source as an If it's a property of If you see any properties missing please create an issue for us to get them added. Thanks. :) |
@brandyscarney thanks, that worked like a charm! JKust had to use ViewChild and with the slider's instance, inside ionViewDidEnter I can set properties to the slider and subscribe to its events :-) |
Ionic version: (check one with "x")
[ ] 1.x
[x] 2.x
I'm submitting a ... (check one with "x")
[x] bug report
[x] feature request
In RC 5, You guys have been removed option attribute method from ion-slides, Now how I can implement slidesPerView or freeMode ? Helper me here...!!
till RC4 I am working like this..!!
public bannerOptions = { loop: true, slidesPerView: 2, freeMode: true, spaceBetween: 5};
but now what should I do ??
I am also trying like below but still not working..!!
Html
and I also refer http://ionicframework.com/docs/v2/api/components/slides/Slides/#input-properties, but there are slidesPerView and spaceBetween not available & also not working
waiting..!!
The text was updated successfully, but these errors were encountered: