MvvmCross / MvvmCross-Forms

Support for Xamarin.Forms on MvvmCross: The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac.
http://mvvmcross.com
6 stars 2 forks source link

still not working correctly - Commands in the Xamarin forms demos will not fire when added to the details page #63

Open ghost opened 7 years ago

ghost commented 7 years ago

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