I had a strange problem with predictive text in PhoneGap 2.2 and Android 4.0.3 (on Samsung Galaxy Tab 2 7.0 the problem does not occur on other devices / versions of Android). When smart text is turned on on the device, and I type text in any input field, the text is not added to the input field, and when I click on the prediction, strange text is added to the input field. For example, if I type βdemoβ, no letters are added to the input field, if I then click on the βdemoβ prediction the string βdβ (always the first letter of the prediction, followed by a space) is added to the input field. Does anyone know how this causes this behavior? and how can i fix it?
source share