dotnet / MobileBlazorBindings

Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor
MIT License
1.21k stars 172 forks source link

OnParametersSet is not invoked on Shell navigation #452

Open Dreamescaper opened 2 years ago

Dreamescaper commented 2 years ago

Currently we set parameters in created component via custom reflection code, which leads to an issue. When ShellNavigationManager performs navigation and sets arguments to page component, OnParametersSet or OnParametersSetAsync is not invoked.

We don't need use that custom code as there's built-in ParameterView methods.