Android : EventHub.removeMessages(int what = 107) is not supported before the WebViewCore is set up

后端 未结 5 1282
死守一世寂寞
死守一世寂寞 2020-12-06 01:20

I have implemented WebView in Dialog Activity and I am loading simple url into webview.

my Webview settings are as

wbView = (WebView) findViewById(R         


        
5条回答
  •  时光说笑
    2020-12-06 01:57

    The issue is generally related to the URL being pointed to not being found. It is a 404 (i.e. a URL that wasn't found). Modify the URL

提交回复
热议问题