How can I detect whether Android WebView consumed a touch event? onTouchEvent always returns true and WebViewClient\'s on
onTouchEvent
WebViewClient
on
Try to set the android:isClickable="true" in the XML and create an onClickListener in the Java code.
android:isClickable="true"
onClickListener