-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
platform/ioss/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Description
Hello I getting error related #11611 like this issue. My ContentPage's setting as following. I am using NavigationPage
<?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">
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 reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working