I’m making an App with Cordova-Phongap 1.9.0 on Android, using Jquery Mobile. I’m trying to make an input text forms like the followings example
<div data-role="fieldcontain">
<label for="name">Text Input:</label>
<input type="text" name="name" id="name" value="" />
</div>
When i try it on the device or virtual device, the focus is on the input type, i see the virtual keyboard, but it doesn’t work.
I had a very similar problems with form inputs using Android and Phonegap 1.9.0.
In my case it was due to using a menu at the top of the page.
Once I had removed this CSS the forms worked again (although my menu is no longer fixed as I wanted it to be…)