The49.Maui.BottomSheet icon indicating copy to clipboard operation
The49.Maui.BottomSheet copied to clipboard

White Space and SafeArea Problem on Android

Open barisertekin opened this issue 1 year ago • 7 comments

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.

Screenshot

Thank you.

barisertekin avatar Aug 29 '23 21:08 barisertekin

Same problem to me, not only on Android, this happens also in iOS

MartinYanicelli avatar Oct 05 '23 19:10 MartinYanicelli

Same problem to me, not only on Android, this happens also in iOS

Frizbi22 avatar Nov 23 '23 10:11 Frizbi22

The white space at the bottom of the Bottom Sheet gets bigger when keyboard is shown!!!

Frizbi22 avatar Nov 23 '23 11:11 Frizbi22

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.

MarcAlx avatar Jan 18 '24 17:01 MarcAlx

The main problem is when keyboard is shown! The whitespace gets huge on iOS

Frizbi22 avatar Feb 03 '24 11:02 Frizbi22

The issue occurs with Android, even without the keyboard

bcaceiro avatar Mar 09 '24 05:03 bcaceiro

I have the same issue on Android. I could not find any workaround :(

BeepBeepBopBop avatar May 23 '24 14:05 BeepBeepBopBop