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

后端 未结 5 1283
死守一世寂寞
死守一世寂寞 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 I found was because of the url without http:// or https://. So I appended this tag if the url doesn't contains http:// or https://.

提交回复
热议问题