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:
How can I fix our app?
Is this maybe not for here (Obelisk), but for Reflex-Platform?
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
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:
How can I fix our app?
Is this maybe not for here (Obelisk), but for Reflex-Platform?