Results 3 comments of LahkLeKey

net7.0rc-1 (Only tested with MAUI) Windows ``` MauiProgram.cs #if WINDOWS // using Microsoft.Maui.LifecycleEvents; // #if WINDOWS // using Microsoft.UI; // using Microsoft.UI.Windowing; // using Windows.Graphics; // #endif builder.ConfigureLifecycleEvents(events => {...

net7.0rc-1 Windows ``` MauiProgram.cs #if WINDOWS // using Microsoft.Maui.LifecycleEvents; // #if WINDOWS // using Microsoft.UI; // using Microsoft.UI.Windowing; // using Windows.Graphics; // #endif builder.ConfigureLifecycleEvents(events => { events.AddWindows(windowsLifecycleBuilder => { windowsLifecycleBuilder.OnWindowCreated(window...

I believe that is the taskbar not the navigation bar. You can either disable it in system settings or take a look at https://github.com/dotnet/maui/issues/8575#issuecomment-1177120915 https://android.stackexchange.com/questions/249098/how-to-disable-bottom-app-toolbar-on-samsung-tab-running-android-12