How can I detect whether Android WebView consumed a touch event? onTouchEvent always returns true and WebViewClient\'s on
onTouchEvent
WebViewClient
on
According to this issue report, not possible. If the web code is under your control, you can implement some JavaScriptInterface to workaround this. If not, I am afraid there is no solution here.