I have added a TapGestureRecognizer on a ContentView to capture taps. This works fine if I tap slowly. But when I tap faster it only registers 1 out of 2 or something. It's like it thinks it's suppoed to handle it as a double tap and considers it to be 1 double tap, rather than 2 taps. This is tested on UWP.
Is there any better way to detect ALL taps?