i am trying to change text color of webview with this code
String message =\"\"+\"\"+ \"text in white\"+ \"\"
put your file path as
String htmlPath = "file:///mnt/sdcard/test/11.html"; String baseUrl = "file:///mnt/sdcard/test/"; webView.loadDataWithBaseURL(baseUrl, message, "text/html", "utf-8", null); webView.loadUrl(htmlPath);