I\'ve got a little web app that I made to play with Android\'s WebView functionality.
I\'ve got some divs that I use as buttons (with onclick
attributes
So, WebView holds each tap event to see if it's a double tap or a touch move event. There is an alternative to binding to touchstart events. If you specify with the viewport meta directive that your WebView shouldn't zoom or scroll, touch events will reach your code immediately (since Gingerbread).
You can find the details on the viewport directive here: http://developer.android.com/guide/webapps/targeting.html