Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
UWP and full screen — Gideros Forum

UWP and full screen

Since WinRT was phased out and replaced with UWP, one issue I'm having is full screen support. In UWP applications by default, including the UWP Gideros export I'm running, have a header bar even in full screen. Is there an existing option I'm missing to override that behavior and use the entire screen? It seems like it should be straightforward according to Microsoft, adding coreTitleBar.ExtendViewIntoTitleBar = true; to the app's OnLaunched method:

https://docs.microsoft.com/en-us/windows/uwp/design/shell/title-bar

But is something equivalent currently available via Gideros?

Thanks,

Paul

Comments

Sign In or Register to comment.