GitToTheHub commented on issue #1919: URL: https://github.com/apache/cordova-android/issues/1919#issuecomment-5697243183
You can remove `<preference name="android-targetSdkVersion" value="36" />` when using cordova-android 15.x, also you should not change it manually in `config.xml`. When you use `<preference name="AndroidEdgeToEdge" value="true" />` it's the intended behaviour the web view takes the full space of the screen and the status bar and navigation bar overlaps it. If you use `<preference name="AndroidEdgeToEdge" value="false" />` the web view will only be visible in the safe area of the display, meaning, nothing will overlap it. -- 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]
