Is it possible to disable all user interaction with a WebView, apart from scrolling? I want the user to be able to see the page (and possibly select things), but not click links/right click/refresh/focus form fields/trigger UI DOM events (onclick etc).
I see on this question I can disable right click and selection, but that doesn't help with the form elements and navigation sending DOM events.