-
Couldn't load subscription status.
- Fork 109
Description
Android 15 introduces a new behavior where the device status bar is rendered over our app.
https://developer.android.com/about/versions/15/behavior-changes-15#edge-to-edge
Apps are edge-to-edge by default on devices running Android 15 if the app is targeting Android 15 (API level 35).
Important: If your app is not already edge-to-edge, portions of your app may be obscured and you must handle insets. Depending on the app, this work may or may not be significant.
We track this issue in https://gitlab.com/tahoe-lafs/tahoe-lafs-mobile/-/issues/69 .
Here's an excerpt:
Other cross-platform / full-screen web-view application frameworks suffer from the same problem:
- https://forum.ionicframework.com/t/status-bar-overlaps-the-app-content-help/247967/3
The overlaysWebView api has bug on Android 15 (Edge to Edge display), Capacitor official documentation has already explained as below [...]
- https://forum.framework7.io/t/solved-statusbar-overlapping-the-app/4761
- https://forum.framework7.io/t/solved-statusbar-overlapping-the-app/4761/8
I just added preference "Fullscreen" with false status in config.xml
- https://forum.framework7.io/t/solved-statusbar-overlapping-the-app/4761/8
How can I fix our app?
Is this maybe not for here (Obelisk), but for Reflex-Platform?
