Inputs not working in Android Emulator

I am using Phonegap 1.9.0 in Android 4.1 with the following simplified page index.html:

<html>
  <head>
    <script type="text/javascript" src="cordova-1.9.0.js"></script>                
  </head>
  <body>
    <input type="text" name="somethings"></input>
  </body>
</html>

The application works fine, but when I give focus to the input and try to give it text, nothing is entered.

The OS works as if I were pressing keys (on a virtual keyboard) because it involves spelling corrections and the keyboard user interface responds ... but nothing gets into the input field.

What am I missing?

+5
source share
6 answers

Apparently, this is a bug in PhoneGap 1.9.0 and fixed for the upcoming version 2.0

https://groups.google.com/d/msg/phonegap/rEo8IjPY28Q/SOUWO7x6MfAJ

+3
source

script html :

Ext.Loader.setConfig({ disableCaching: false });
    Ext.Ajax.setDisableCaching(false); 
0
0

: AndroidManifest.xml.

android:hardwareAccelerated="true"
0

. .

. " " .

AVD → - ..

    click New button select "Keyboard support' from property dropdown.
    double click on no to show yes/no drop down and set it to YES.
0

- Titanium.

Ubutnu, : Titanium → Window → AVD Manager → , , → "..." → , "" → ".." → " " → → "", " " "" "" → "" (, , ) → " AVD".

, .

0