Pages

Wednesday 20 December 2017

Android Webview loaddata not changing content second time

Android Webview's loaddata method have issue.
use following way to load data to webview

webView.loadDataWithBaseURL(null, htmlContent, null, "utf-8", null);

No comments :

Post a Comment