You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/07/27 11:48:34 UTC

[GitHub] [cordova-plugin-statusbar] boengli opened a new issue, #234: Device elements overlap ionic header

boengli opened a new issue, #234:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/234

   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.
   
   [![enter image description here][1]][1]
   
   
   Config.xml:
   
       <preference name="StatusBarOverlaysWebView" value="false" />
       <preference name="Fullscreen" value="true" />
   
   
   So far, I found out, that it works, after `window.location.replace('/home');` but that's not really a solution.
   
     [1]: https://i.stack.imgur.com/QxMm2.png


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-statusbar] NiklasMerz closed issue #234: Device elements overlap ionic header

Posted by GitBox <gi...@apache.org>.
NiklasMerz closed issue #234: Device elements overlap ionic header
URL: https://github.com/apache/cordova-plugin-statusbar/issues/234


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-statusbar] NiklasMerz commented on issue #234: Device elements overlap ionic header

Posted by GitBox <gi...@apache.org>.
NiklasMerz commented on issue #234:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/234#issuecomment-1303797965

   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-statusbar] boengli commented on issue #234: Device elements overlap ionic header

Posted by GitBox <gi...@apache.org>.
boengli commented on issue #234:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/234#issuecomment-1276450209

   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](https://github.com/apache/cordova-android/issues/1465)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-statusbar] jcesarmobile commented on issue #234: Device elements overlap ionic header

Posted by GitBox <gi...@apache.org>.
jcesarmobile commented on issue #234:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/234#issuecomment-1276463227

   What I mean is, if you remove `<preference name="Fullscreen" value="true" />` but keep `<preference name="StatusBarOverlaysWebView" value="false" />`, then you'll get a solid status bar and you shouldn't have to worry about the safe-area.
   The safe-area is handled by the WebView, not by cordova-android nor cordova-plugin-statusbar, so the fact that it works if you reload looks like a timing issue on the WebView (meaning, it looks like an Android bug)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-statusbar] nijakobius commented on issue #234: Device elements overlap ionic header

Posted by GitBox <gi...@apache.org>.
nijakobius commented on issue #234:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/234#issuecomment-1297368131

   I have found a solution and posted it here: https://github.com/apache/cordova-android/issues/1465


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-statusbar] jcesarmobile commented on issue #234: Device elements overlap ionic header

Posted by GitBox <gi...@apache.org>.
jcesarmobile commented on issue #234:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/234#issuecomment-1273906189

   `<preference name="Fullscreen" value="true" />` makes the app full screen, so that's conflicting with `StatusBarOverlaysWebView` false, which is the opposite of making the app full screen.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-statusbar] Winamp9 commented on issue #234: Device elements overlap ionic header

Posted by GitBox <gi...@apache.org>.
Winamp9 commented on issue #234:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/234#issuecomment-1249710333

   Did you find a solution?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org