docs-maui icon indicating copy to clipboard operation
docs-maui copied to clipboard

DisplayAlert shows bottom icons when in Android immersive mode

Open cyberfizz opened this issue 1 year ago • 3 comments

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?

cyberfizz avatar Aug 01 '23 15:08 cyberfizz

MainActivity immersive mode using this in OnCreate:

this.Window.DecorView.SystemUiVisibility = (StatusBarVisibility) (SystemUiFlags.ImmersiveSticky | SystemUiFlags.HideNavigation | SystemUiFlags.Fullscreen | SystemUiFlags.Immersive);

cyberfizz avatar Aug 01 '23 15:08 cyberfizz

Hi @cyberfizz

Do you have a repo project?

davidbritch avatar Sep 08 '23 09:09 davidbritch

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.

cyberfizz avatar Sep 08 '23 09:09 cyberfizz