WebView webView = new WebView(this);
webView.loadDataWithBaseURL("about:blank",
Utils.getHtmlData(article.getContent()), "text/html",
"utf-8", null);
rl_wrapper.removeAllViews();
rl_wrapper.addView(webView);
I use a shell, replace webview, English is not my native language, but also hope this can help you.
source
share