简体   繁体   中英

How can I change the color of the text in webview in Android?

I have a webview in an activity to show some details. I have dark mode and light mode in my app. How can I control or change the text color in the webview? I didn't try anything because I didn't find any way.

String text = ""

  • "<style type="text/css">body{color: #fff; background-color: #000; }"
  • ""
  • ""
  • your_string_text_here
  • "";

webview1.loadData(text, "text/html", "utf-8");

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM