GitToTheHub commented on issue #1693: URL: https://github.com/apache/cordova-ios/issues/1693#issuecomment-5397980428
Hi, the status bar plugin `cordova-plugin-statusbar` is obsolete and you should use the built-in status bar of cordova-ios. If you want to make the status bar visible you can handle this by `viewport-fit=contain` in your `<meta name="viewport">` tag. The color can be set by `<meta name="theme-color">`. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
