Allow StatusBarBehavior to Hide Status Bar #3082
Replies: 2 comments 1 reply
-
|
I'm not sure it's simple enough to control through StatusBarBehavior. You can make you app full screen as per https://stackoverflow.com/questions/71361984/how-to-set-a-contentpage-in-maui-full-screen-or-immersive#71376589 |
Beta Was this translation helpful? Give feedback.
-
|
Well, more research tells me it is NOT very simple to implement in the general case (as you wrote). In fact, I can't even figure out why my red background on the initial page in my sample code even extends to the status bar - I can only presume Shell is doing something clever (which I'd thought was using edge-to-edge but now I'm not so sure). I know how to hide the status bar icons for my initial page, so I think I'll just be content with that. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
On Android at least, it is possible to hide the Statusbar icons altogether. This seems like a reasonable thing for StatusBarBehavior to be able to control for apps seeking an immersive experience.
Beta Was this translation helpful? Give feedback.
All reactions