AhmedEl-Atab edited a comment on issue #158:
URL: 
https://github.com/apache/cordova-plugin-statusbar/issues/158#issuecomment-709307156


   Follow this approach to overcome the bug in the StatusBar plugin:
   
   ```
       statusBar.overlaysWebView(false);
       statusBar.overlaysWebView(true);
   
       setTimeout(() => {
         statusBar.overlaysWebView(false);
         statusBar.overlaysWebView(true);
       }, 80);
   ```


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



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

Reply via email to