On 03/16/2010 08:12 AM, Mark Murphy wrote:
mike wrote:
Can somebody from google please comment?
In case you haven't noticed, the percentage of questions that get asked
here that get answered by Google is fairly small.

this seems like a pretty
serious error in the webview's if you can't type into a html input or
textarea
box on, oh say, the N1. Which is what I'm seeing out in the field.
I cannot reproduce your problem.

WebView w = new WebView (this);
w.loadData("<html><body>fooz<input></body></html>", "text/html",
"utf8");
setContentView (w);

which shows a single input box. There is now way just tapping around the
screen to get it to accept input.
Using your own code, the soft keyboard appears quite nicely on:

-- the T-Mobile G1 (1.6)
-- the Google Ion (1.5)
-- the Nexus One (2.1)
-- the Motorola DROID (2.0.1)

What I've just noticed is that it seems to be problem if you put it
under a button or menu of some sort. Ie, that it's activated via an
onClickListener, onLongClickListener, or onOptionsItemSelected. I'm
still looking at this, but at least this is a clue.

Mike

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to