Skip to content

Removing the NavBar causes a white field to appear in its place #32999

@kerberosargos

Description

@kerberosargos

Hello I getting error related #11611 like this issue. My ContentPage's setting as following. I am using NavigationPage

Image
<?xml version="1.0" encoding="UTF-8" ?>
<ContentPage
    x:Class="Bentas.Maui.Core.Views.Pages.TemplatePage;assembly=Bentas.Maui.Core"
    xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
    xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
    xmlns:ios="clr-namespace:Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific;assembly=Microsoft.Maui.Controls"
    xmlns:mct="http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
    ios:NavigationPage.HideNavigationBarSeparator="True"
    NavigationPage.HasNavigationBar="False"
    SafeAreaEdges="All">
Image

Version with bug

10.0.11

Is this a regression from previous behavior?

Yes, this used to work in .NET MAUI

Last version that worked well

9.0.120 SR12

Affected platforms

iOS

Affected platform versions

iOS

Metadata

Metadata

Assignees

Labels

platform/ioss/triagedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions