Page 1 of 1

Hide address bar (on mobile devices)

Posted: Tue Nov 26, 2019 1:41 am
by krylon
Hello everyone,

Is it possible to hide the browser's address bar from C#/WPF? I could not find any answers in the documentation or this forum.

Thanks!

Re: Hide address bar (on mobile devices)

Posted: Tue Nov 26, 2019 2:01 am
by JS-Support @Userware
Hi,

Yes, you can go Full Screen via the following code:

Code: Select all

Application.Current.Host.Content.IsFullScreen = true;


Regards
JS-Support