With mouse event handling, it's possible to recognize both when the mouse button goes down and when it goes back up separately. Is it possible to recognize "OnTapDown" and "OnTapUp" with TapGestureRecognizer? I only see a "Tapped" event.
If TapGestureRecognizer, doesn't support it, is there some way to do it?