-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
Bottom inset on Android 15 is 0 #546
Comments
Yep I am experiencing this too, but only in an Android phone simulator. It works correctly in an Android tablet simulator and in my ios simulators. |
i am experiencing this on android 14 with a physical device (pixel 7) |
This seems to be a duplicate of #552 If you enable Android SDK 35 or edge-to-edge this library returns 0 always for the insets. |
Upgrading to 5.0.0 fixed this for me! I was experiencing all insets being 0 on my physical device (Pixel 8) running Android 15, but not on emulators running either 14/15. After upgrading, top and bottom insets are non-zero 👍 |
Actually all insets are 0 on first open of the app after a fresh install, then it works as expected 😅 |
I'm still experiencing this, even on the latest version of this library. Has anyone managed to figure out a workaround? |
On Android 15 (api level 35) the bottom inset returned is 0.
Tested with the gesture navigation and the 3-button navigation
The text was updated successfully, but these errors were encountered: