Android Webview's loaddata method have issue.
use following way to load data to webview
use following way to load data to webview
webView.loadDataWithBaseURL(null, htmlContent, null, "utf-8", null);
No comments :
Post a Comment