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
This problem in my case produce by incorrect settings in layout properties. I had used:
Instead of setting:
The problems had been solved, when I removed "layout_alignParent" settings.