GitToTheHub commented on issue #1692: URL: https://github.com/apache/cordova-ios/issues/1692#issuecomment-5398204841
Hi you have to change ```html <meta name="viewport" content="... viewport-fit=cover"> ``` to ```html <meta name="viewport" content="... viewport-fit=contain"> ``` to make it work. This is described in the blog article for cordova-ios 8: https://cordova.apache.org/announcements/2025/11/23/cordova-ios-8.0.0.html Setting `<preference name="StatusBarOverLaysWebView" value="false" />` has no effect on cordova-ios 8.x and is handled by `viewport-fit` or the status bar JS API `window.statusbar.visible`. -- 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]
