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)

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Training in NYC: 10-11 April 2010: http://guruloft.com

-- 
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