-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Thanks for the iOS TitleView workaround!
Unfortunately, this only appears to work / apply(?) to pages registered in AppShell.xaml, not for subpages that are manually registered via route in MauiProgram.cs (Routing.RegisterRoute("routingpage", typeof(RoutingPage));)
Minimal example: https://github.com/MiSteiner/MauiTitleViewBug
- DemoPage registered in AppShell.xaml works perfectly (open via Flyout)
- RoutingPage registered in MauiProgram.cs (open via Button on MainPage)
- custom TitleView is shown with a delay after the page transition is finished & has the wrong size
Would it be possible to fix this in the workaround?
Metadata
Metadata
Assignees
Labels
No labels


