String myHtmlString = ""; WebView webview = (WebView)this.findViewById(R.id.WebView1); webview.getSettings().setJavaScriptEnabled(false); webview.loadDataWithBaseURL("", myHtmlString, "text/html", "UTF-8", "");html string
String myHtmlString = ""; WebView webview = (WebView)this.findViewById(R.id.WebView1); webview.getSettings().setJavaScriptEnabled(false); webview.loadDataWithBaseURL("", myHtmlString, "text/html", "UTF-8", "");html string