To solve this issue you need to change android:launchMode="singleTop" in AndroidMenifest.xml file for that activity.
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
use following way to load data to webview
webView.loadDataWithBaseURL(null, htmlContent, null, "utf-8", null);
Subscribe to:
Posts
(
Atom
)