-
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
No nested property on Slides Component #10192
Comments
Ahh sorry about that @Artfloriani , my fault and thanks for reopening! We will take a look into this. |
Is there any temporary workaround for this? |
Sorry but at the moment there isnt, we would have to add this feature back. I will make sure to bring this up with the team as we decide on what issues should be added to the next milestone. |
If I manually edit the Slides.ts just to include this parameter would this work? Or is there a deep magic happening to bind the options with the Swipper API? |
It's a bit more than just adding the nested property. Looking at swipers original codebase, there's a lot of logic in the internals that check for nested slides, so we'd have to go back and add that functionality |
@jgw96 @mhartington What I'm planning to make is... (http://idangero.us/swiper/) Any workaround would be appreciated :) |
+1. Looking for vertical Slides within a horizontal one. |
Hi, would there be any update or workaround or at least ETA for this regression ? |
Hi...I need to add vertical slides within a horizontal slide which is possible using nesting with swiper API. Could you please let us know if this is going to be added? |
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! |
I am recreating this issue as it was closed as I might not have explained it well and it was not solved.
Original issue: #10191
Ionic version:
[ ] 1.x
[x] 2.x
I'm submitting a ...
[x] bug report
Current behavior:
After the Slides component was changed on Ionic RC.5, the
nested
parameter is not available on the Slides component even when using the Advanced options. Thenested
parameter is not available on the Slides.tsExpected behavior:
Expose
nested
Slides parameter as an advanced option.Ionic info:
The text was updated successfully, but these errors were encountered: