Re: [android-developers] Webview of local webpage shows cluttered/repeated text

2010-08-09 Thread Mark Murphy
On Mon, Aug 9, 2010 at 7:03 PM, jb wrote: > I display a local webpage (located in my 'assets' directory) within a > Webview. Try using: mWebView.loadUrl("file:///android_asset/signPostContent.html"); instead. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy

[android-developers] Webview of local webpage shows cluttered/repeated text

2010-08-09 Thread jb
Hi, I display a local webpage (located in my 'assets' directory) within a Webview. The webpage is almost exclusively text. When displayed, the middle third of the body of text appears to be repeated multiple times, and makes the text appear very cluttered. I ran the webpage through the W3C html v