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.