Hello everyone!
I'm writing my first Xamarin.Forms MVVM app and the following guide:
says that there are only three Xamarin.Forms user interface items that support the command interface (see 'Commanding with View Models' section): Button, ToolbarItem, and TextCell.
Does that mean that I cannot receive notification that a user touched a Label object if I want to write my user interface strictly in XAML as apart of the MVVM style? Thanks in advance for your help!