AhmedEl-Atab commented 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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to