You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/09/03 14:32:53 UTC

[GitHub] [cordova-plugin-statusbar] breautek commented on issue #151: Cant set desired statusbar properties

breautek commented on issue #151: Cant set desired statusbar properties
URL: https://github.com/apache/cordova-plugin-statusbar/issues/151#issuecomment-527485644
 
 
   To get the statusbar transparent, normally you would use the following config.xml property
   
   ```xml
   <preference name="StatusBarOverlaysWebView" value="true" />
   ```
   
   **But** this is currently broken, PR https://github.com/apache/cordova-plugin-statusbar/pull/142 is awaiting review which fixes the android platform to read the config.xml properly.
   
   Two workarounds are available:
   1. Use the JS API to enable the overlay via `StatusBar.overlaysWebView(true);` after the `deviceready` event fires.
   2. Apply the PR to your own fork of the statusbar.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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