Skip to content

Instantly share code, notes, and snippets.

@jfversluis
Last active August 11, 2017 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfversluis/fffafd7c962606163d06c912fd2fc76b to your computer and use it in GitHub Desktop.
Save jfversluis/fffafd7c962606163d06c912fd2fc76b to your computer and use it in GitHub Desktop.
The XAML culprit...
<Image Grid.Row="0" Source="MyImage.png" WidthRequest="280" Aspect="AspectFit" Margin="0,0,0,20">
<Image.GestureRecognizers>
<TapGestureRecognizer NumberOfTapsRequired="10" Command="{Binding DoSomethingCommand}" />
</Image.GestureRecognizers>
</Image>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment