question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

v4: <ion-header> overlaps the phone menu

See original GitHub issue

Bug 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:

  1. Сreated a project with tabs using the CLI
  2. Added color to ion-toolbar
  3. Opened in the Ionic DevApp
  4. 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>

ionic-test

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
brandyscarneycommented, Aug 8, 2018

Could you please try updating to the latest release @ionic/angular@4.0.0-beta.2 and let me know if you’re still seeing this? It should be fixed. Thanks!

npm i @ionic/angular@4.0.0-beta.2`
0reactions
ionitron-bot[bot]commented, Jan 2, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found