v4: <ion-header> overlaps the phone menu
See original GitHub issueBug Report
Ionic Info
Run ionic info from a terminal/cmd prompt and paste the output below.
Ionic:
ionic (Ionic CLI) : 4.0.0-rc.11 (/usr/local/lib/node_modules/ionic)
Ionic Framework : @ionic/angular 4.0.0-alpha.11
@angular-devkit/core : 0.7.0-rc.2
@angular-devkit/schematics : 0.7.0-rc.2
@angular/cli : 6.0.8
@ionic/ng-toolkit : 1.0.0-rc.11
@ionic/schematics-angular : 1.0.0-rc.11
System:
NodeJS : v8.11.1 (/usr/local/bin/node)
npm : 5.6.0
OS : macOS High Sierra
Describe the Bug If you add a color to the tooltip, you will see that the header overlaps the time-indicator and the battery elements
Steps to Reproduce Steps to reproduce the behavior:
- Сreated a project with tabs using the CLI
- Added color to ion-toolbar
- Opened in the Ionic DevApp
- See Toolbar overlays the battery time and charge indicator
Related Code
<ion-header>
<ion-toolbar color="secondary">
<ion-title>public</ion-title>
</ion-toolbar>
</ion-header>
<ion-content padding>
</ion-content>

Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
v4: <ion-header> overlaps the phone menu · Issue #14819
Hi you need to use the cordova plugin cordova-plugin-statusbar to resolve this. In your app.component.ts you can set the status bar to not ......
Read more >ion-content overlap with ion-header-bar - Stack Overflow
I am building phonegap apps based on ionic framework. In one html page, I need one header and one content.But the header overlaps...
Read more >Ion-toolbar components overlapping each other in iOS - ionic-v3
Both components ( ion-searchbar and ion-segment ) are indeed in the header. The reason I went with this design is because I wanted...
Read more >My ion-content is overlapping with the header in Ionic 4 ...
Assuming my toolbar needs to be on my component HomePageModule , I created a subcomponent toolbar.ts . Then I import it inside home.module.ts...
Read more >IONIC: IPhone X Status bar overlaps with header - Ravi's Blog
The status bar overlaps with the header on an iPhone SE with iOS 11. Please cross check the flowing meta tags in your...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Could you please try updating to the latest release
@ionic/angular@4.0.0-beta.2and let me know if you’re still seeing this? It should be fixed. 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.