-
Notifications
You must be signed in to change notification settings - Fork 482
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
Device elements overlap ionic header #234
Comments
Did you find a solution? |
|
StatusBarOverlaysWebView: true or false, makes no difference. It's always the same/mentioned result. The safe-area isn't written correctly after app start, see #1465 |
What I mean is, if you remove |
I have found a solution and posted it here: apache/cordova-android#1465 |
The safe-area is not implemented/released in Androids WebView. See this Chromium bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1094366 This mean unfortunately you need to use workarounds like @nijakobius ' mentioned for now until Android gets updated. |
Since updating to cordova-android 11.0.0 I have the problem, that device elements overlap ion-header.
Before the update, it extended the header and made space.
Config.xml:
So far, I found out, that it works, after
window.location.replace('/home');
but that's not really a solution.Looks like '--ion-safe-area-top' is only set after a reload.
StatusBarOverlaysWebView: true/false makes no difference.
The text was updated successfully, but these errors were encountered: