Yeap. I want to change my ** webview's background color and font size.** How i can for it?
|
feedback
|
|
Assuming that you have defined your webview in an XML layout resource you can do the following:
You may also want to enable javascript and create a simple WebClient to handle page loading Hope it helps! | |||||
feedback
|
|
You could call some javascript that would modify the CSS of the loaded page. | |||
|
feedback
|
|
I would think you can't - unless you control the html data displayed. The font and background are controlled by the html data feed to the Webview and not the Webview itself. | |||
|
feedback
|