I have a layout that features a webview and various UI elements on top of the webview. This is a relativelayout.
Currently, no matter how many elements are visible on top of the webview, all scrolling will scroll the webview, it can still accept clicks and more. I want to conditionally disable these features of the webview
I am using myWebview.setClickable(false)
but this seems to have no effect
insight appreciated