vote up 0 vote down star

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

TIA.

flag

1 Answer

vote up 2 vote down check

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.

link|flag
Sure, but I'd like to do that w/o modifying the underlying html. – gsmd Aug 10 at 17:14
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 Aug 10 at 18:05

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.