Skip to content

iOS TitleView Routing.RegisterRoute issue #11

@MiSteiner

Description

@MiSteiner

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)

ViaAppshell

  • 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

ViaRouteLoading
ViaRoute

Would it be possible to fix this in the workaround?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions