Samsung Tab A 10 has a very precise touch screen which leads to, very often, not registering clicks. It's hard to say what causes it and where to try to make some enhancements, because there are many technologies involved. I know that touch start and touch end are being registered, but it seems that sometimes the difference in finger position between start and end event is big enough that it is not considered a click.
I thought about suppressing default events and write my own implementation, but the first step - suppressing doesn't really work for me.