In 2.3.2 it was possible to hide the hamburger-menu by calling
NavigationPage.SetHasNavigationBar(page, false);
In version 2.3.3+ (currently on 2.3.4-184-pre1) it doesn't work anymore (at least for UWP).
Is there any workaround available?
In 2.3.2 it was possible to hide the hamburger-menu by calling
NavigationPage.SetHasNavigationBar(page, false);
In version 2.3.3+ (currently on 2.3.4-184-pre1) it doesn't work anymore (at least for UWP).
Is there any workaround available?