You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Ionic Info
@ionic/angular: "4.0.0-beta.1"
Describe the Bug
The
ion-header ion-toolbar
height is too big on iPhone 6s / iOS 11.4As you could see in the enclosed screenshot, the height is bigger than 44px
Source of the problem is the fact that
--ion-statusbar-padding
is set to20px;
(seehttps://github.com/ionic-team/ionic/blob/fd8f875a5f9bf4435f214b77a703ca8efce12501/core/src/components/app/app.ios.scss)
I didn't tried Android but I guess same problem since the padding is also set to
20px;
(https://github.com/ionic-team/ionic/blob/fd8f875a5f9bf4435f214b77a703ca8efce12501/core/src/components/app/app.md.scss)
Expected Behavior
A correct header size on devices
Code
Screenshot
The text was updated successfully, but these errors were encountered: