-
-
Notifications
You must be signed in to change notification settings - Fork 28
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] Bottom sheet cannot be hide in android phone with notch display #25
Comments
@blackstoom i will fix it after one or two days |
@nomi9995 Thank you so much for your support and assistance. I'm really appreciate that. |
@blackstoom have you solved the issue? I am also having the same issue. |
Same issue here +1 @nomi9995 |
Is this fixed? I would love to use the library but without this doesn't make any sense. Thanks |
You should to add a header to your page. The only way that I found to fix it.
and then
|
Hi, Thanks for the amazing library, I really appreciate that.
I recently encounter an issue where the bottom sheet cannot be hide even the snapPoints is set to 0. After some debugging, I suspect the problem occurred because of the notch display. This is because when I disable the notch display on my system setting, the bottom sheet works as expected. This happens on my Oneplus 6 device.
bottomsheetCannotHide-notchDisplayOn.mp4
The video above shows that the bottom sheet cannot be hide. Please note that the little white section at the bottom part of the screen is the bottomsheet. The white section is 16px height which inline with my device notch display height.
bottomsheetHideAsExpected-notchDisplayOff.mp4
The bottomsheet hide as expected when I turn of the notch display for my OnePlus 6 device.
I have included a partial of my code for your debugging.
I really appreciate if you could fix this. Also anyone has any temporary workaround suggestion?
Thanks for your time.
The text was updated successfully, but these errors were encountered: