每当我第一次在 android 中使用 webView.loadDatawithBaseUrl(My Html content) 加载数据但数据在图片后面重叠时,请分享您的评论以解决我的 webviewData 像 belove 图像一样重叠的问题。
我的html代码是::
字符串数据 = String .format("* {}hr { 边框:无;高度:1.5px;颜色:#D9D9D9;背景颜色:#D9D9D9;} p { 颜色:黑色;} a { 颜色:%s;文本-装饰:无;} %s %s%s
%s", HYPERLINKS_COLOR, pic, "100%", 边框颜色, objList.get(0).title, objList.get(0).category, objList.get(0).time, contentBody);
this.webDetailView.loadDataWithBaseURL(null, data, "text/html", "UTF-8", null);