-
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
Expose underlying swiper instance methods from ion-slides #10038
Comments
My app relies greatly on slides and now that RC5 has changed it it completely stopped working the way I expected. My autoplay doesn't work anymore, and I really need resistanceRatio. I'm following this thread to see how that goes. |
Haven't there been a whole bunch of commits exposing further options to the You may need to hang tight for the next version. |
|
Thanks for the issue! This issue is being closed due to inactivity. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. Thank you for using Ionic! |
Ionic version: (check one with "x")
[ ] 1.x
[x] 2.x
I'm submitting a ... (check one with "x")
[ ] bug report
[x] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
Swiper provides a rich set of API method, currently ion-slides wraps the underlying swiper instance and only exposes few API methods.
Expected behavior:
It will be great to expose all the available API methods so that user can have more control of the underlying swiper instances.
The text was updated successfully, but these errors were encountered: