TapGestureRecognizer in Xamarin.Forms for Android
Just a very quick and dirty post for other people who might be looking for this. TL;DR the TapGestureRecognizer doesn’t work for more than two taps in Xamarin.Forms. The problem with TapGestureRecognizer Yesterday I spent a too big amount of time looking for the cause of my TapGestureRecognizer not working for Android. Observe the code underneath: https://gist.github.com/jfversluis/fffafd7c962606163d06c912fd2fc76b … Read more