I have a PhoneGap app with several fields of input type="text"
. Besides that it has some HTML textareas.
When running the app on Android and typing text into an HTML textarea
element, the Android predictive text works fine. However, when I type text into an input
element of type="text"
no predictions are shown.
I tested this both on my HTC Sensation and Samsung Galaxy II tablet, both running Android 4.0.3, and the predictive text is not shown on both devices.
This problem can be easily reproduced by adding an input
element to the example application that is provided by PhoneGap. I tried removing all css to see if that was causing my problem, but the issue remained.
Does anyone know a way to fix this?