I have a webview load URL “http://www.google.com”..I want disable event when we click link or button in that webview..I set clickable=”false” but not work..
I have a webview load URL http://www.google.com..I want disable event when we click link
Share
Create a custom
WebViewClientand overrideshouldOverrideUrlLoading&shouldOverrideKeyEvent. For example: