Brian Lagunas
Brian Lagunas
If you manage to implement this feature, you'll also have to update the `INavigationServiceExtensions.GetNavigationUriPath` method to account for nested tab navigation stacks to return the proper nav uri
That's weird. The only time RegisterTypes gets called in if the ctor of the App gets called. If the ctor of the app gets called then a new Container should...
For now, you'll need to call `ContainerLocator.ResetContainer()` just before you load the application. ``` ContainerLocator.ResetContainer(); LoadApplication(new App(new AndroidInitializer())); ```
Looks like it. The PR is almost ready to merge, Dan just has a few tests failing and needs to figure out why, but he's on vacation.
Closing as the CLA has not been signed
Thank, we will review when we have time. At a quick glance I can already see a number of issues that will need to be changed/fix
Due to the feedback from the community, this appears to have been fixed and is no longer an issue. I will be closing it as fixed.
> @busyxiang / @brianlagunas Can you please reopen this thread as I can see the issue getting reproducing in Version 3.41.0 ? Thank you! Do you have a codepen proving...
This is not a bug. Prism does depend on Microsoft behaviors and has always had a dependency on the Microsoft behaviors. If you were to try and use the `InvokeCommandAction`...
Please provide a reproduction link to a codepen (not a code snippet) or this issue will be closed.