When I first create an action, everything will be fine. However, after I select from the menu to change the text of the String string and set webview to
webview.loadData(result, "text/html; charset=UTF-8", null); webview.loadData(result, "text/html; charset=UTF-8", null);
I need to do this twice, or the webview will remain the same. Does anyone know what is going on here? Since the result of String is the same, why does webview force me to download data twice?
android webview
Owen zhao
source share