Ionic-framework: 5.0.0-rc.0: ion-content height 100% not inherited

Created on 27 Jan 2020  路  7Comments  路  Source: ionic-team/ionic-framework

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.

triage

All 7 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

BilelKrichen picture BilelKrichen  路  3Comments

daveshirman picture daveshirman  路  3Comments

Nick-The-Uncharted picture Nick-The-Uncharted  路  3Comments

danbucholtz picture danbucholtz  路  3Comments

giammaleoni picture giammaleoni  路  3Comments