[android-developers] Re: Problems with WebView and soft keyboard

2011-05-04 Thread jonfogh
Thanks. But my problem isnt that the keyboard dosnt appear, but that the WebView isnt rendered correctly (See links to screen shots in the initial post). On 4 Maj, 11:58, Mark Murphy mmur...@commonsware.com wrote: If you are seeing this with the Android Compatibility Library, that appears to be

Re: [android-developers] Re: Problems with WebView and soft keyboard

2011-05-04 Thread Mark Murphy
On Wed, May 4, 2011 at 6:34 AM, jonfogh jonf...@gmail.com wrote: Thanks. But my problem isnt that the keyboard dosnt appear, but that the WebView isnt rendered correctly (See links to screen shots in the initial post). I can't view those screenshots, as they are hosted by a hosting firm that

[android-developers] Re: Problems with WebView and soft keyboard

2011-05-04 Thread jonfogh
After searching the net further, I think this might be down to this issue: http://code.google.com/p/android/issues/detail?id=5497 But thanks for your help! Sadly simplifying the hierachy didnt help. On 4 Maj, 12:42, Mark Murphy mmur...@commonsware.com wrote: On Wed, May 4, 2011 at 6:34 AM,

[android-developers] Re: Problems With webview and UTF-8

2010-03-24 Thread Bob Kerns
Sigh. I wish it weren't done that way. The Description contains text. Sometimes that text is intended to be interpreted itself as HTML. When you read the outer XML (i.e. the Description tag), the contents are interpreted as text. The lt; turns into . Now, if you want to properly display that,

[android-developers] Re: Problems With webview and UTF-8

2010-03-23 Thread Bob Kerns
Your English is fine, it's your HTML that has problems! (English is harder!) Well, first, you should use all lower-case in your HTML these days. Certainly, not mixed case! Second -- you just fed it text, with the '' and '' properly encoded as text. So it did just what you asked it to. If you

[android-developers] Re: Problems With webview and UTF-8

2010-03-23 Thread alejandro
Thanks Bob, Something more is going bad , I'm trying to parse the RSS with Sax component , but in some situtions like : Descriptionlt;pgt; [...] /Description It extrac this content at description part , y think that is decoding lt; like the beginning of a new xml tag It's difficult to

[android-developers] Re: Problems with WebView

2008-07-04 Thread Eleclion
Just perform a HTTP request and use the response to load the WebView. On Jul 3, 12:36 am, Casey Borders [EMAIL PROTECTED] wrote: I am having trouble with WebViews.  When I use mWebView.loadUrl(http://www.google.com;); It just shows a blank white page, but if I use

[android-developers] Re: Problems with WebView

2008-07-03 Thread Steve Oldmeadow
There is a search function. http://groups.google.com/group/android-developers/browse_thread/thread/819374b1b0f77ab8/f5228517366d3664?lnk=gstq=WebView+bug#f5228517366d3664 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google