Xamarin.Forms
I'm working with ControlTemplates as described in this article.
Creating the controlTemplate went without a hitch, as did applying it and even binding to it. The problem is that while most of the binding still works in my ContentPage, the EventToCommand in my ListView has broken (tapping no longer invokes the command).
Have you seen this before? Is this a known problem? Is there a fix?
Thanks!! jesse