Skip to content
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

bug: Title bar overlaps with menu on iOS #5934

Closed
ErkoKnoll opened this issue Mar 24, 2016 · 8 comments
Closed

bug: Title bar overlaps with menu on iOS #5934

ErkoKnoll opened this issue Mar 24, 2016 · 8 comments
Assignees
Milestone

Comments

@ErkoKnoll
Copy link

Type: bug

Ionic Version: 2.x

Platform: ios 9 webview

When opening a menu then iOS status bar overlaps with the content. Desired behavior would be the same as with normal pages where additional padding on top is added automatically in order to give some space for status bar.

@jgw96
Copy link
Contributor

jgw96 commented Mar 24, 2016

Hello! Thanks for opening an issue with us, we just need a little more info from you so that we can better help you with your issue. Would you mind posting a code sample, plunkr or codepen that we can use to reproduce your issue? Also, would you mind running ionic info and posting the output? Thanks again!

@brandyscarney brandyscarney self-assigned this Mar 24, 2016
@brandyscarney brandyscarney added this to the 2.0.0-beta.5 milestone Mar 24, 2016
@ErkoKnoll
Copy link
Author

Hi,

Sorry for the delay, in case you haven't noticed it yourself I added cropped screenshot.

img_0001

@jgw96
Copy link
Contributor

jgw96 commented Apr 1, 2016

We have added this to the beta.5 milestone so you can expect this bug to be fixed once it comes out! In the meantime, as a workaround I would recommend adding margin to your menu title. Thanks again!

@jgw96
Copy link
Contributor

jgw96 commented Apr 12, 2016

Confirmed this one

@brandyscarney
Copy link
Member

Thanks again for the issue! This should be fixed in the next release 2.0.0-beta.5. 😄

@vintage
Copy link

vintage commented Apr 21, 2016

Any built-in option to disable this padding? I'm working currently on a full screen application where status bar is hidden, so the padding seems odd.

@brandyscarney
Copy link
Member

Yes, in the config of your app:

@App({
  config: {
    statusbarPadding: false 
  }
})

@vintage
Copy link

vintage commented Apr 21, 2016

Love ya <3 thanks!

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants