Android Webview: Cannot call determinedVisibility() - never saw a connection for the pid

前端 未结 11 991
南笙
南笙 2020-12-01 14:11

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         


        
11条回答
  •  一向
    一向 (楼主)
    2020-12-01 14:24

    Just a bit of configuration:

        webview.getSettings().setJavaScriptEnabled(true);
        webview.getSettings().setDomStorageEnabled(true);
    

提交回复
热议问题