RadekVyM / SimpleToolkit

SimpleToolkit is a .NET MAUI library of helpers and simple, fully customizable controls, such as SimpleShell - custom Shell implementation that allows you to create unique navigation experiences.
MIT License
434 stars 44 forks source link

DisplayContentBehindBars #13

Closed FM1973 closed 1 year ago

FM1973 commented 1 year ago

Hello.

I´m trying to use the DisplayContentBehindBars function in my app. On IOS, the statusbar is being displayed transparent as expected. On Android it´s being displayed WHITE.

I know your Marvelous sample and in your sample the code works on android as well. I tried to figure out if I was missing something, but didn´t find any significant difference. One thing: I´m not using your shell implementation.

Is there anything special I missed one has to do to get ir running on android?

Thanks for your help!

FM1973 commented 1 year ago

The reason seems to be because I´m using the .net maui shell. https://github.com/dotnet/maui/issues/9250

RadekVyM commented 1 year ago

Hi @FM1973, thanks for finding the bug. I hope I found the issue and fixed it. You can try the newest version of the package.

FM1973 commented 1 year ago

@RadekVyM Dear Radek. Perfect, thanks! Again you accomplished something the .net maui team is not able to do! I will have to fix my paddings, but you already provide the safe areas. Thanks again!