Fullscreen view with Android app

I’m trying to get the app to run fullscreen on Android but was unable to find any documentation on how to do this. Any help would be greatly aprreciated.

Hi!

You are correct, we are not done designing the API to use in UX for this. But you can make it happen by hiding the statusbar and the navigationbar. <Android.StatusBarConfig IsVisible="false" /> to hide the statusbar and have a look at the Uno code in this thread: https://www.fusetools.com/community/forums/bug_reports/020_isnavigationbarvisible_removed

Thanks Vegard! I’ll try that out today.