docs-maui
docs-maui copied to clipboard
DisplayAlert shows bottom icons when in Android immersive mode
When Android is running in immersive mode, running DisplayAlert to show a message unhides the system icons at the bottom. Is there any way of hiding this?
MainActivity immersive mode using this in OnCreate:
this.Window.DecorView.SystemUiVisibility = (StatusBarVisibility) (SystemUiFlags.ImmersiveSticky | SystemUiFlags.HideNavigation | SystemUiFlags.Fullscreen | SystemUiFlags.Immersive);
Hi @cyberfizz
Do you have a repo project?
I don't unfortunately. Hopefully its easily replicatable though. I will try and put a basic project together with the issue to try and replicate it.