-
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
bug: Title bar overlaps with menu on iOS #5934
Comments
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 |
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! |
Confirmed this one |
Thanks again for the issue! This should be fixed in the next release |
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. |
Yes, in the config of your app:
|
Love ya <3 thanks! |
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.
The text was updated successfully, but these errors were encountered: