You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Android 15 (SDK level 35) the develop branch is currently unusable as the system navigation bar overlaps the Beanconqueror navigation bar.
It isn't that bad (but still looking terrible) using gesture navigation:
But with the classic navigation bar, the app is unusable:
9ac7a35 changed the target API level to 35 on Android without any further compatibility changes. One of the API level 35 changes is that edge-to-edge mode is enforced, meaning the app has to handle insets for the navigation bar and status bar itself. See https://developer.android.com/about/versions/15/behavior-changes-15#window-insets for more information.
As a workaround for my personal phone, I have temporarily changed the targetSdkVersion back down to 34 as a stopgap measure. If I or anyone else can't find the time to implement the proper fix, I'd recommend going back down to 34 for now until this is resolved.
On Android 15 (SDK level 35) the
develop
branch is currently unusable as the system navigation bar overlaps the Beanconqueror navigation bar.It isn't that bad (but still looking terrible) using gesture navigation:
But with the classic navigation bar, the app is unusable:
9ac7a35 changed the target API level to 35 on Android without any further compatibility changes. One of the API level 35 changes is that edge-to-edge mode is enforced, meaning the app has to handle insets for the navigation bar and status bar itself. See https://developer.android.com/about/versions/15/behavior-changes-15#window-insets for more information.
Issues like ionic-team/capacitor#6823 suggest that this is currently not handled by Capacitor itself. Plugins such as https://github.com/capacitor-community/safe-area are suggested.
The text was updated successfully, but these errors were encountered: