Brad
Brad
Just confirming this is still happening in MAUI 9.0.50
Another update on this. I have narrowed the line itself (I think) down to whatever [this](https://github.com/dotnet/maui/blob/9.0.50/src/Core/src/Platform/iOS/WindowViewController.cs#L145) view is. in `WindowViewController.cs`. If I change that line to ```csharp platformTitleBar.TitleVisibility = UITitlebarTitleVisibility.Hidden;...
Re-visiting this I noticed the horizontal line no longer fixes itself when I resize the window. That was with MAUI 9.0.50 and Xcode 16.3. I downgraded to Xcode 16.2 and...
I was able to confirm that with my sample above, even after updating MAUI to v9.0.80. ```xml First Item Second Item Third Item ``` However, in my production app this...
Setting it do none gets rid of the line until you drag the window. From my [above comments](https://github.com/dotnet/maui/issues/26650#issuecomment-2753129104) I was wondering how I was setting that. Checking my local source...
> Mind posting the code for the Test window samples here to make sure I'm recreating it correctly? I had created/changed these `MainPage.xaml/.xaml.cs` and `TestPage.xaml/.xaml.cs` within `src/Controls/samples/Controls.Sample.Sandbox/`. Those 4 files...
For me second and third problems don't impact me as I will have a standard titlebar. I think they are a lot less of a problem if the first one...
> OK. Here's a new upstream issue for the reappearance on move: https://feedbackassistant.apple.com/feedback/18161892 > > We'll see what Apple says... Confirming that the above is permissions/privacy issue, trying to go...
So .NET 9 iOS/MacOS was just updated to support Xcode 16.4. I bumped all of my SDK versions and this line appears to be gone now 👀 For reference here...
Ok, ignore that. It is still somewhat broken. I was going directly to the broken page in my app. According to my initial testing going straight to the page does...