RC1 - NumberOfTapsRequired fails when greater than 2 (Xamarin.Forms legacy issue)
- Dominant language
- C#
- Stars
- 23.3k
- Forks
- 2k
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 290
Description
### Description
The NumberOfTapsRequired of a GestureRecognizers fails when it's greater than 2, I've tried it on both Android and Windows. This is an old Xamarin.Forms bug. It could be an opportunity to rescue it and fix it at the framework level.
Xamarin.Forms legacy issue:
https://github.com/xamarin/Xamarin.Forms/issues/6976
```
```
### Steps to Reproduce
Set the NumberOfTapsRequired of a GestureRecognizers to any number greater than 2 and you will see that the event is not executed.
### Version with bug
Release Candidate 1 (current)
### Last version that worked well
Unknown/Other
### Affected platforms
Android, Windows, I was *not* able test on other platforms
### Affected platform versions
Windows 11, Android 10
### Did you find any workaround?
_No response_
### Relevant log output
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.