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
In later versions of ReactiveUi (it works in 19.5.1, but not in 20.1.1) the navigation doesn't work properly.
This is related to the following fix: 14821ae, which was related to problem: #3640
Some context:
We have recently started to migrate our ReactiveUi application from xamarin to maui, and noticed that the NavigateAndReset function didn't work in the first view anymore, and have encountered similar problems with the Navigate function elsewhere. Simply put: one can call the function, but nothing happens. This is because the where clause of the fix prohibits the execution of it.
@RobinSrs Thank you for raising this issue and sorry to hear it's not working as expected, I will take a look this week and look into resolving this issue.
@RobinSrs Keep in mind that you can always copy-paste src/ReactiveUI.Maui/RoutedViewHost.cs into your app, and change it however you want, you don't need to wait for ReactiveUI to make a release. This goes for nearly every aspect of the framework, you can almost always make your own version of $SOMETHING and register over the built-one
I am aware of that, and have done something very similar to make it work in our application :) There isn't a high priority for us, but I was still curious if there were any updates on this issue.
Describe the bug 🐞
In later versions of ReactiveUi (it works in 19.5.1, but not in 20.1.1) the navigation doesn't work properly.
This is related to the following fix: 14821ae, which was related to problem: #3640
Some context:
We have recently started to migrate our ReactiveUi application from xamarin to maui, and noticed that the NavigateAndReset function didn't work in the first view anymore, and have encountered similar problems with the Navigate function elsewhere. Simply put: one can call the function, but nothing happens. This is because the where clause of the fix prohibits the execution of it.
Step to reproduce
Reproduction repository
https://github.com/RobinSrs/ReactiveUITestProject
Expected behavior
In all versions of the ReactiveUI, the Navigate and NavigateAndReset functions should work at any time it is called.
Screenshots 🖼️
20240527_162820.mp4
IDE
No response
Operating system
Android
Version
No response
Device
No response
ReactiveUI Version
20.1.1
Additional information ℹ️
No response
The text was updated successfully, but these errors were encountered: