magellandevs opened a new issue, #1155: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1155
# Bug Report ## Problem I work with the dev version 6.0.1 of Cordova-plugin-inappbrowser, I have a problem with iOS version. My status bar has no background color. Webview frame take the entire screen height and when I scroll the content is visible under my status bar. I've just updated my Cordova iOS version to 8, before I was on version 7. I have seen that status bar handling is now built-in to Cordova and the StatusBar plugin is no longer useful. But on my classic app pages the status bar plugin work fine and for now I want to keep it if it's possible. Until my update to Cordova iOS 8 the display of status bar on in-app-browser pages was juste like on my classic app pages. I fought to myself that perhaps the status bar plugin doesn't work with in-app-browser on new iOS version and that I should use new status bar api with meta tags. I tried several configurations with viewport-fit (cover, contain) and theme-color, on my Cordova project index.html and also on the web pages target of in-app-browser. But no matter what I try it just has no effect on the display. ### What is expected to happen? Status bar of my iPhone should display with the background color that I've selected. ### What does actually happen? Status bar has an invisible background color and I can see the content of my page under the status bar when I scroll. ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [ ] I searched for existing GitHub issues - [ ] I updated all Cordova tooling to most recent version - [ ] I included all the necessary information above -- 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]
