mosababubakr commented on issue #170: [android] StatusBarOverlaysWebView 
defaults to true not work {broken}
URL: 
https://github.com/apache/cordova-plugin-statusbar/issues/170#issuecomment-554948116
 
 
   Hello @diamond95 
   
   You can add `StatusBar.overlaysWebView(true);` after deviceReady Event fires.
   
   for e.g.: 
   
   function onDeviceReady() {
       StatusBar.overlaysWebView(true);
   
       // other codes........
   }

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to