breautek commented on issue #1880: URL: https://github.com/apache/cordova-android/issues/1880#issuecomment-3834957473
> It seems that the safe-area (css) does not work with the new behavior in Android 15. The status bar and nav bar overlay the app. It's impossible to fix that. I have no idea. I know that safe area insets are bugged inside the android webview and have been for a very long time. Supposedly it was fixed recently I've heard (I wanna say in v133) and that's not something Cordova can address. If you're using a similar, you'd have to use a Google Play enabled simulator, log into Google Play store and ensure you download all the updates, particularly the `Android System Webview` component. If it's still not working -- then that's a bug to be reported to chromium: https://www.chromium.org/for-testers/bug-reporting-guidelines/ Personally, especially because even if it is fixed, it won't be retroactively applied to older versions so I built a plugin that listens on the native safe area insets, within the native ui sdk and pass them down to the webview: https://github.com/totalpaveinc/cordova-plugin-insets/ Some sample code can be found at: https://github.com/totalpaveinc/cordova-plugin-insets/issues/14 -- 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]
