Ionic version:
[x] 5.0.0-rc.0
Current behavior:
In Ionic 5.0.0-rc.0 it is no longer possible to assign a height: 100% to the split element of the ion-content property, respectively, this property will be ignored.
Expected behaviour:
Still able to use height: 100% for content with Ionic 5.0.0-rc.0.
Thanks for the issue. Can you provide a code example of what you are trying to do?
thank you for your reply.
I try :
<ion-content>
<ion-grid style="height: 100%">
</ion-grid >
</ion-content>
and
<ion-content>
<ion-grid style="min-height: 100%">
</ion-grid >
</ion-content>
Thanks for the follow up. Can you give the following dev build a try and let me know if it resolves your issue: 5.0.0-dev.202001271550.1c2d648
It works as expected, thanks for your help.
Thanks for the issue. This has been resolved via https://github.com/ionic-team/ionic/pull/20309 and will be available in an upcoming release of Ionic Framework.
Thanks! Had the same issue with rc.0 and now it's working like before. good job!
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.