Closed wallstudios closed 4 years ago
Any news on this?
Same issue here
Same here... why is this not fixed already?
Same issue here !
I can't reproduce this issue in ionic 4.11.10 and @latest versions (dind't test on angular version)
As a workaround for this issue, setting the height of the slides to 100%
should work:
ion-slides {
height: 100%;
}
Here's a Codepen for this: https://codepen.io/brandyscarney/pen/jOPyGPE
I can look into adding this by default, but can anyone verify whether or not this solves their problem?
I've submitted a PR for this here: https://github.com/ionic-team/ionic/pull/20603
What this does is default the ion-slides
height to 100%
, but the height can still be overridden if desired, it just needs to be set to something in order to work properly.
There's a dev build here if anyone would like to test it:
# vanilla JS
npm i @ionic/core@5.1.0-dev.202002241801.ce23bbc
# angular
npm i @ionic/angular@5.1.0-dev.202002241801.ce23bbc
# react
npm i @ionic/react@5.1.0-dev.202002241801.ce23bbc
npm i @ionic/react-router@5.1.0-dev.202002241801.ce23bbc
Please let me know if you see any issues with this, thanks!
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. 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.
Bug Report
Ionic version:
[x] 4.x
Current behavior:
When I set the slide direction to vertical the slider breaks and shows all content. only works if set to horizontal.
Expected behavior:
expect it to slide verticaly.
Steps to reproduce:
Related code:
Other information:
Ionic info: