I have a Android Webview and when I click on a link to download a file (image of pdf etc) I got a error message.
Error message: Cannot call determinedVisibil
Just a bit of configuration:
webview.getSettings().setJavaScriptEnabled(true); webview.getSettings().setDomStorageEnabled(true);