webview加载html 及显示效果

来源:互联网 发布:网络销售怎么样的 编辑:程序博客网 时间:2024/06/02 01:34
desc_web.loadData(goodsDetailsEntity.getGood().getDesc(),"text/html; charset=UTF-8", null);//加载获取的html5代码
desc_web.getSettings().setUseWideViewPort(true); desc_web.getSettings().setLoadWithOverviewMode(true);//自适应屏幕大小
屏幕适配或
wbServiceIntroduce.loadDataWithBaseURL(Url.BASE_URL,        "<head><style>img{max-width:100%;height:auto !important;}</style></head>" + info.getService_introduction(),        "text/html", "UTF-8",        null);



desc_web.getSettings().setSupportZoom(true);//扩大缩放desc_web.getSettings().setBuiltInZoomControls(true);desc_web.getSettings().setDisplayZoomControls(false);//隐藏Zoom缩放按钮


                                             
0 0
原创粉丝点击