-
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
application view overlaps statusbar #6154
Comments
label v2 hasn't been added by ionitron ;) |
This should be fixed by #5934 in |
@brandyscarney Thanks! The issue seems fixed for the most part for me, although I can make it happen again by loading an overlay on a click event (i.e. an absolutely positioned div with some content in it). If I can reproduce in a clean app, shall I share with you? |
Hey @jfi, yes please share it if you are able to reproduce it with one of our components. 😄 Is this a custom div that are you are opening or an Ionic component? |
@jfi @brandyscarney - filed a new issue related to this (#6368), which applies to tabs. Not sure if @jfi is using tabs, but that's one way to trigger it. Feel free to merge into this issue, but I wasn't sure if that was best practice. |
@brandyscarney @wli Here's my issue: #6392. Feel free to merge as required, but thought best as a new issue. |
Short description of the problem:
on iOS application view overlaps statusbar even for simple layout
What behavior are you expecting?
statusbar should remain separate from the ionic application and the top of the ionic view should be aligned with the bottom of statusbar
Steps to reproduce:
Other information:
issue seems to be similar to #932
adding
Keyboard.disableScroll(true)
(fromionic-native
) fixes root page but side menu still overpals the statusbarWhich Ionic Version? 2.x (recent beta.4)
The text was updated successfully, but these errors were encountered: