摘要:
private void readHtmlFormAssets(){ WebSettings webSettings = tipsWebView.getSettings(); webSettings.setLoadWithOverviewMode(true); webSettings.setUseWideViewPort(true); tipsWebView.setBackgroundColor(Color.TRANSPARENT); tipsWebView.loadUrl("file:///android_asset/html/about.html... 阅读全文