Dreamescaper / BlazorBindings.Maui

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

Do not use Shell for URI navigation #115

Closed Dreamescaper closed 1 year ago

Dreamescaper commented 1 year ago

Contributes to #105 .

Shell navigation is very hard to make work with Blazor navigation. On the other hand, Shell provides a lot of functionality, which is not planned for BlazorBindings to implement (like pushing multiple pages at the same time to the stack).

Therefore, I'm replacing it with a regular stack-based navigation (modal stack support will be added later).