You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Trancient ViewModel in IOC, we are expecting the Chinook navigation to navigate with a instance from page A to B.
Then when the navigation use a section to navigate to the root the VM should be mark as disposed
Actual Behavior
When using Trancient ViewModel in IOC and navigating from page A to B the frame froze on IOS but not frequently.
Observe a flicker during the navigation when the transition is enabled
Steps to Reproduce the Problem
Add To viewModel as Tranciant in the IoC to Navigate from A to B
Expected Behavior
When using Trancient ViewModel in IOC, we are expecting the Chinook navigation to navigate with a instance from page A to B.
Then when the navigation use a section to navigate to the root the VM should be mark as disposed
Actual Behavior
When using Trancient ViewModel in IOC and navigating from page A to B the frame froze on IOS but not frequently.
Observe a flicker during the navigation when the transition is enabled
Steps to Reproduce the Problem
Specifications
Branch with example.
https://github.com/nventive/UnoApplicationTemplate/tree/feat/RegisterVMInIoC
The text was updated successfully, but these errors were encountered: