The49.Maui.BottomSheet
The49.Maui.BottomSheet copied to clipboard
White Space and SafeArea Problem on Android
Hello,
I've encountered an issue on Android where there's an approximately 40px white space at the bottom of the Bottom Sheet. Additionally, it seems that SafeArea is affecting the layout. Is there a way to disable SafeArea? The main content is ending up under the navigation keys, causing an undesired display.
I also noticed that when I switch to FullScreen mode, the area where the status bar is located becomes usable.
I looked through the code but couldn't find anything.
Thank you.
Same problem to me, not only on Android, this happens also in iOS
Same problem to me, not only on Android, this happens also in iOS
The white space at the bottom of the Bottom Sheet gets bigger when keyboard is shown!!!
I experience this issue on Android 10 (real device) in my project. (not in all configuration, still figuring what's determining)
To me it's mainly an issue with sizing, playing with detents (trying different combinations) or adjusting sheet content size may workaround.
The main problem is when keyboard is shown! The whitespace gets huge on iOS
The issue occurs with Android, even without the keyboard
I have the same issue on Android. I could not find any workaround :(