Dreamescaper / BlazorBindings.Maui

MAUI Blazor Bindings - Build native and hybrid MAUI apps with Blazor
MIT License
242 stars 16 forks source link

Use AspNetCore Router for URI navigation #117

Closed Dreamescaper closed 1 year ago

Dreamescaper commented 1 year ago

Contributes to #105 .

Dreamescaper commented 1 year ago

Seems like it breaks regular Blazor navigation for hybrid projects.

Dreamescaper commented 1 year ago

Seems like it breaks regular Blazor navigation for hybrid projects.

I was able to workaround that by wrapping ServiceProvider and overriding Navigation related services. Looks really ugly, but I'm not sure of the better approach.