yaojianyou opened a new issue, #575: URL: https://github.com/apache/cordova/issues/575
# Bug Report ## Problem after adjust android-compileSdkVersion and android-targetSdkVersion to 36 manually in existing cordova project, the app is always opened in full screen mode, status bar on the top and navigation button at the the bottom is overlayed ### What is expected to happen? works the same as before when android-compileSdkVersion and android-targetSdkVersion is configured to 35 ### What does actually happen? the app is always opened in full screen mode, status bar on the top and navigation button at the the bottom is overlayed ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> according to https://developer.android.com/about/versions/16/behavior-changes-16, this issue is caused by edge to edge behavior changes in Android 16. from the official blog, cordova android 14.0.1 doesn't support android 16: <img width="539" height="262" alt="Image" src="https://github.com/user-attachments/assets/08b9e53a-8512-494c-9407-89d79167fa8b" /> is it possible to fix this in next cordova version? ### Command or Code <!-- What command or code is needed to reproduce the problem? --> original configuration in config.xml of the cordova android project `<preference name="android-compileSdkVersion" value="35" /> <preference name="android-minSdkVersion" value="23" /> <preference name="android-targetSdkVersion" value="35" />` we changed to `<preference name="android-compileSdkVersion" value="36" /> <preference name="android-minSdkVersion" value="24" /> <preference name="android-targetSdkVersion" value="36" />` ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> device: samsung Galaxy A53 5G android version: Android 16 ### Version information <!-- What are relevant versions you are using? For example: Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Other Frameworks: Ionic Framework and CLI version Operating System, Android Studio, Xcode etc. --> cordova android version: 14.0.1 cordova CLI version: 13.0.0 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] 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]
