Is there a working demo showing the fix in practice.
Steps to reproduce
Open the Xamarin forms example xaml or c# version
Add a command to the todoviewmodel
Add button on the todopage, make sure you setup the command binding.
Run sample , click the new button
Expected behavior
Commands should fire like they do with the rest of mvvmcross
This was logged under however when testing it is still not working correctly. https://github.com/MvvmCross/MvvmCross-Forms/issues/58
Is there a working demo showing the fix in practice.
Steps to reproduce
Open the Xamarin forms example xaml or c# version Add a command to the todoviewmodel Add button on the todopage, make sure you setup the command binding. Run sample , click the new button Expected behavior
Commands should fire like they do with the rest of mvvmcross
Actual behavior
and does not fire
Configuration