Hello,
I want to ask if it is possible to restrict the Tap event to only 1 tap.
I went through the documentation and I saw that there is this property: NumberOfTapsRequired, but it only works for double, triple,... taps.
My functionality must be even the following: on double tap, the event to be raised only once. If I set NumberOfTapsRequired to 1, then nothing changes - the double tap is interpreted as two separate single taps and my event is rising twice.
Thanks in advance.
Best regards,
Michael