-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Android 15 edge-to-edge not supported #913
Comments
the top navigation (close and checkmark) is not clickable when build for and running on android 15 (collision with time and network status). Workaround for us is to add back the title, hide the the app name in title and set back the backgrond color.
values/style.xml
values-v35/styles.xml
|
or overwrite in v35/styles.xml
until edge-to-edge is supported |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the recently announced change in Android 15 all apps will have to support edge to edge properly. Upon testing how the app behaves when edge-to-edge is on (and nav/status bar colours are set to transparent) I found out that uCrop doesn't actually handle system bar overlays.
I'm attaching a screenshot of control elements and toolbar not being inset correctly.
The text was updated successfully, but these errors were encountered: