speermydeen opened a new issue, #281: URL: https://github.com/apache/cordova-plugin-statusbar/issues/281
# Bug Report When migrating my Monaca Cordova app from targetSdkVersion 34 to 35, the following configuration no longer works as expected: <preference name="StatusBarOverlaysWebView" value="false" /> ### What is expected to happen? The status bar should not overlay the WebView. App content should start below the status bar, not under it — just like it behaves when targetSdkVersion is 34. ### What does actually happen? After updating to targetSdkVersion 35, the app content is overlapped by the status bar, even though: <preference name="StatusBarOverlaysWebView" value="false" /> is correctly set in config.xml. ### Environment, Platform, Device Cordova CLI: 12.0.0 cordova-android: 13.0.0 Android targetSdkVersion: 35 Platform affected: Android Device model(s) & Android version(s): [e.g., Pixel 9a with Android 15] -- 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]
