Chuckytuh opened a new pull request, #1867: URL: https://github.com/apache/cordova-android/pull/1867
### Platforms affected Android 15 ### Motivation and Context Possible fix for https://github.com/apache/cordova-android/issues/1866 ### Description When in edge to edge, i.e. using `AndroidEdgeToEdge` preference as `true` and a `BackgroundColor` is provided, the navigation bar is opaque with a background color set. | `AndroidEdgeToEdge = false` and `android:windowOptOutEdgeToEdgeEnforcement = true` | `AndroidEdgeToEdge = true` and `android:windowOptOutEdgeToEdgeEnforcement = true` | `AndroidEdgeToEdge = false` and `android:windowOptOutEdgeToEdgeEnforcement = false` | `AndroidEdgeToEdge = true` and `android:windowOptOutEdgeToEdgeEnforcement = false` | |--------|--------|--------|--------| |<img width="1280" height="2856" alt="Image" src="https://github.com/user-attachments/assets/71daeadb-a9cc-4881-a4ab-c2a26a22c182" /> | <img width="1280" height="2856" alt="Image" src="https://github.com/user-attachments/assets/55da4e6c-f5ba-48bf-a1df-f2e29c35436d" /> | <img width="1280" height="2856" alt="Image" src="https://github.com/user-attachments/assets/fb532d02-9ce5-4f15-adf1-32779f1d4c59" /> | <img width="1280" height="2856" alt="Image" src="https://github.com/user-attachments/assets/f894590b-709f-4e77-bddb-85f9bebc5dea" /> | ### Testing Manually tested the change by creating a cordova application using [email protected], modified the theme and ran the app on an emulator ### Checklist - [x] I've run the tests to see all new and existing tests pass - [ ] I added automated test coverage as appropriate for this change - [ ] Commit is prefixed with `(platform)` if this change only applies to one platform (e.g. `(android)`) - [ ] If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct [keyword to close issues using keywords](https://help.github.com/articles/closing-issues-using-keywords/)) - [ ] I've updated the documentation if necessary -- 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]
