Description
Setting Shell.NavBarIsVisible="False" directly on a page no longer hides the navigation bar in 10.0.60. This worked correctly in 10.0.51.
Steps to Reproduce
- Create a .NET MAUI Shell app targeting net10.0-android
- Set Shell.NavBarIsVisible="False" on a ContentPage (or derived page) in XAML:
<ContentPage ...
Shell.NavBarIsVisible="False">
- Register the page as the root ShellContent in AppShell.xaml:
4. Run on Android (not tested on IOS)
Link to public reproduction project repository
No response
Version with bug
10.0.60
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
10.0.50
Affected platforms
Android
Affected platform versions
Android 16
Did you find any workaround?
Downgrade Microsoft.Maui.Controls to 10.0.51.
Relevant log output
Description
Setting Shell.NavBarIsVisible="False" directly on a page no longer hides the navigation bar in 10.0.60. This worked correctly in 10.0.51.
Steps to Reproduce
- Create a .NET MAUI Shell app targeting net10.0-android
- Set Shell.NavBarIsVisible="False" on a ContentPage (or derived page) in XAML:
- Register the page as the root ShellContent in AppShell.xaml:
4. Run on Android (not tested on IOS)<ContentPage ...
Shell.NavBarIsVisible="False">
Link to public reproduction project repository
No response
Version with bug
10.0.60
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
10.0.50
Affected platforms
Android
Affected platform versions
Android 16
Did you find any workaround?
Downgrade Microsoft.Maui.Controls to 10.0.51.
Relevant log output