Another point: as I review the API doc (reference tag) on WebView, I see that it does not itself support key events or data entry. Now I don't know exactly what you are trying to do, but it sounds like you really want to use a WebViewClient object, not a WebView. This does support both.
On Oct 30, 12:28 am, Marton Kodok <[email protected]> wrote: > Hello, > > I have a really small problem. I use the 1.6 and 2.0 emulator, failed on > both. > I have a webview that launches a login page, I am required to type in > there authentication information, but I can't do that neither with > keyboard neither with the emulator keyboard buttons. I tried > double-click the field to get focus, this works only on emulator 2.0. > > And my second questions is, how do I use the ALT button on the > emulator/computer? > > Regards, > Marton -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

