GitToTheHub commented on PR #1962: URL: https://github.com/apache/cordova-android/pull/1962#issuecomment-4790157471
> Android is going to enforce E2E mode on modern API levels and moving forward. Cordova however makes opting into E2E completely optional by recreating the old "system" bars such as the status bar and positioning the webview as it would have on older API levels -- so while the app is technically operating in E2E fashion the webview itself sits within the safe content area and users don't have to worry about refactoring their app to handle safe area insets. Do you mean, when Android enforces edge-to-edge it is ok to use just cordova-android 15 and let the preference `AndroidEdgeToEdge` to be `false` and Google will not complain about it, when the Android target SDK level requirement is 36? -- 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]
