-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TabsView top overlay iOS status bar when using tabsHideOnSubPages: true #8956
Comments
We can also replicate this with a similar setup here. I notice this issue has returned as a regression a couple of times in previous releases... Can anyone suggest a sensible work-around? Would this be best fixed using plugin cordova-plugin-statusbar? |
the same thing happens when opening a page from a modal, nav bar overlaps status bar. Seems like the statusbar padding isn't applied when the page is pushed onto the nav stack from a modal. Been banging my head on the desk trying to find a way around this, it seems like it just shouldn't be an issue but keeps cropping up. |
Here's a gif of what I have. http://g.recordit.co/vg9rrHtbkq.gif I'm not even using
Note, that if I set my root to one of the pages on the popover menu, the padding is fine. Only when you push a new page you get it. Also note I'm using the Here's my
|
@kamok can you provide the repo you are using to reproduce the issue? |
@manucorporat Thanks for you response. I've made a sample repo here. Use |
I have this issue as well! Does anyone have a workaround? |
@manucorporat any workarounds for this issue? How has this issue been open since October? :( |
This issue has been automatically identified as an Ionic 3 issue. We recently moved Ionic 3 to its own repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there. If I've made a mistake, and if this issue is still relevant to Ionic 4, please let the Ionic Framework team know! Thank you for using Ionic! |
Issue moved to: ionic-team/ionic-v3#137 |
Short description of the problem:
The TabsView tabs overlap the statusbar on iOS devices.
I tried to add statusbarPadding: true but doesn't help
Steps to reproduce:
Run
ionic info
from terminal/cmd prompt: (paste output below)Ionic Framework Version: 2.0.0-rc.1
Ionic CLI Version: 2.1.1
Ionic App Lib Version: 2.1.1
Ionic App Scripts Version: 0.0.36
OS:
Node Version: v4.6.0
The text was updated successfully, but these errors were encountered: