Android WebView loadData读取两次才能显示的问题

webview.loadDataWithBaseURL(null,result,"text/html", "utf-8", null);

使用loadDataWithBaseURL替代loadData

参考网址:http://stackoverflow.com/questions/17501860/had-to-load-data-twice-to-make-webview-refresh-in-android

posted on 2016-01-27 22:23  圣光  阅读(499)  评论(0编辑  收藏  举报

导航