We have a xamarin forms based app. With the latest releases of Forms it works pretty quick and decent. Especially on iOS. However, I noticed something particular regarding TapGestureRecognizer on android.
Normally I usually control my phone (samsung S5) using my thumb. This works fine in all native apps I know. However, with the xamarin.forms app it often doesn't register the tap. I first thought the app was frozen, but if I resort to tapping in a more orderly fashion with a single fingertip everything works smooth.
On iOS I do not have the same issue.
Is this something anybody else experiences?