I have a basic HTML text input form in my app. For some reason on an Android device, when you click on the form to enter any text, the virtual keyboard closes after each letter is touched. It's as if the form loses focus after any single character is entered into the form. Has anyone else experienced this issue? If so, how did you handle it? The same form works fine on iPhone.

