Formatting webView content

Posted by Samuh on Stack Overflow See other posts from Stack Overflow or by Samuh
Published on 2010-03-12T15:19:16Z Indexed on 2010/03/12 15:27 UTC
Read the original article Hit count: 602

Filed under:
|
|

I am getting some HTML text from a remote server which I am displaying inside a WebView. I need to format the text display and set a font size and color for the WebView.

The only way I can think of is: pre-pending the HTML string received with a tag and specify the font information there.

What is the correct way to do this?

© Stack Overflow or respective owner

Related posts about android

Related posts about webview