Xamarin.Forms GestureRecognizers not working on Command
问题 Code in the xaml page: <StackLayout VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand"> <CollectionView ItemsSource="{Binding MeniElementi}"> <CollectionView.ItemsLayout> <GridItemsLayout Orientation="Vertical" Span="2" /> </CollectionView.ItemsLayout> <CollectionView.ItemTemplate> <DataTemplate> <Frame Padding="10" WidthRequest="140" HeightRequest="140"> <Frame BackgroundColor="AliceBlue" WidthRequest="120" HeightRequest="120" HasShadow="True" CornerRadius="10" Padding="10"