[android-developers] Re: WebView with theme doesn't show focused text field values

2009-04-06 Thread Ron
Did you try this with the sample I code I supplied? It had no effect whatsoever (and not sure why it would address the focus problem anyway). In fact, I couldn't get the page to load at all. Anyone else have a suggestion? On Apr 6, 12:14 am, for android wrote: > Use this > > webView.loadData

[android-developers] Re: WebView with theme doesn't show focused text field values

2009-04-05 Thread for android
Use this webView.loadDataWithBaseURL("http://m.myspace.com";, null, "text/html", "utf-8", null); On Sun, Apr 5, 2009 at 12:12 AM, Rmac wrote: > > I have encountered a problem with focused text fields in a WebView not > showing entered text values. As long as a WebView te