Hi all,

I'm having a very very strange problem with input and textarea html
tags in a WebView. Basically they never seem to gain input focus with the
virtual keybaord. The code for this is trivial:

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.

Strangely, if I use my trackball on my G1 to select the field, I can eventually get focus and type in it. For trackball-less things like the N1, that doesn't
help though.

I've seen some posts about this, but it doesn't seem that there were any
solutions or feedback.

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