Re: [android-developers] Re: Fine-tuning the WebView

2010-09-14 Thread Fabrizio Giudici
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/14/10 07:24 , Maps.Huge.Info (Maps API Guru) wrote: > The webview renders like a browser so if you pass it html > formatted with css, it will display that way. I suppose you're > passing html directly to webview instead of using a file. I haven't

[android-developers] Re: Fine-tuning the WebView

2010-09-13 Thread Maps.Huge.Info (Maps API Guru)
The webview renders like a browser so if you pass it html formatted with css, it will display that way. I suppose you're passing html directly to webview instead of using a file. I haven't tried this myself but I'm guessing if you passed a reference to a file for css it would be used as expected. T