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 2020/04/04 14:39:22 UTC

[GitHub] [cordova-plugin-statusbar] mosabab edited a comment on issue #171: [do not merge yet](android) Read config.xml for statusbar overlay preference

mosabab edited a comment on issue #171: [do not merge yet](android) Read config.xml for statusbar overlay preference
URL: https://github.com/apache/cordova-plugin-statusbar/pull/171#issuecomment-609038275
 
 
   @breautek 
   
   My current temporary solution, what I used :
   
   `function onDeviceReady() {
   if (cordova.platformId == "android") {
       StatusBar.overlaysWebView(true);
     } }`
   
   * And this work for me.
   
   But, why this pull request not merged yet until now ?
   
   As I know this pull request to solve the missed preference:
   
   StatusBarOverlaysWebView (boolean, defaults to true).
   `<preference name="StatusBarOverlaysWebView" value="true" />`
   
   When this pull will merged and solve the issue ?

----------------------------------------------------------------
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