Skip to content

Shell.NavBarIsVisible="False" on page is ignored in 10.0.60 (regression from 10.0.51) #35249

Description

@SorenBech2

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

  1. Create a .NET MAUI Shell app targeting net10.0-android
  2. Set Shell.NavBarIsVisible="False" on a ContentPage (or derived page) in XAML:
    <ContentPage ...
    Shell.NavBarIsVisible="False">
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-controls-shellShell Navigation, Routes, Tabs, Flyoutp/0Current heighest priority issues that we are targeting for a release.partner/syncfusionIssues / PR's with Syncfusion collaborationplatform/androidregressed-in-10.0.60s/triagedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't working

    Type

    No type

    Projects

    Status
    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions