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

前端 未结 11 980
南笙
南笙 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:20

    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.

提交回复
热议问题