-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple TextCell controls bound to a Command, but command can only be executed once #403
Comments
Hi there! If something is production ready is in the eye of the beholder. Only you can decide that. However, we have a growing list of showcases with customers that are using it in production, as well as some Microsoft apps now. Sorry to hear that you're having some trouble with the samples. I'm happy to see if there is something we can do here and determine if something is wrong with the samples or maybe something else is going on. On what platform are you trying to run this on? Are there any error messages or log output or anything that might give some indication of what might be going wrong? |
Windows issue only.
Works on Android, didn't test on others.
In the following example code there a 6 ContentPages, first 6 implemented purely in Xaml and another 6 implemented purely with C# code.
The MainPage contains a TableView control where each TextCell should trigger a NavigationCommand which opens the respective ContentPage.
When you click on a TextCell you will navigate to the respective contentpage.
When you go back to the MainPage and try to click another TextCell, the the navigation command won't execute anymore, no matter which cell you click on.
The text was updated successfully, but these errors were encountered: