i am trying to change text color of webview with this code
String message =\"\"+\"\"+ \"text in white\"+ \"\"
htmlDetail = dbValues.getContent(3); tvDescription3.getSettings().setJavaScriptCanOpenWindowsAutomatically(true); String finalHtml = "" + "" + "" + htmlDetail + ""; tvDescription3.loadData(finalHtml, "text/html; charset=UTF-8", null);