views:

442

answers:

1

There's a method for altering background color but not font. Any ideas?

TIA.

+2  A: 

I'm not sure I understand. The WebView just displays the HTML you give it so you would just use normal HTML/CSS to modify the content displayed within.

MattC
Sure, but I'd like to do that w/o modifying the underlying html.
alex
Is the underlying HTML something from a third party? You could always inject javascript at the end that will modify it and then call the javascript from the Activity itself doing wvMyWebView.loadUrl("call javascript function here");
MattC