In my PhoneGap project, the login screen has two fields mobile no and password. The Mobile No. is numeric type and the password is alphanumeric. When user tap on the Mobile Number, the numeric keyboard appears but when the user switches to the password field, the numeric keyboard is not converted to the text keyboard. My code is as :
I face above problem in two android devices HTC 10 and HTC Desire 825 with Android 6.0.1 and all the other devices are working fine. The HTC 10 and Desire 825 are used as "TouchPal" as Keyboard. The Same code is working fine on iOS also.
While running on the HTC 10 device,I get this log many times :
W/InputMethodSettingValuesWrapper(13556): ascii capable subtype enabled imi not found. Fall back to English Keyboard subtype.
We also tried to forcefully show the keyboard on click of input field using cordova.plugins.Keyboard.show() but it also does not work for these devices.
In my PhoneGap project, the login screen has two fields mobile no and password. The Mobile No. is numeric type and the password is alphanumeric. When user tap on the Mobile Number, the numeric keyboard appears but when the user switches to the password field, the numeric keyboard is not converted to the text keyboard. My code is as :
I face above problem in two android devices HTC 10 and HTC Desire 825 with Android 6.0.1 and all the other devices are working fine. The HTC 10 and Desire 825 are used as "TouchPal" as Keyboard. The Same code is working fine on iOS also. While running on the HTC 10 device,I get this log many times :
W/InputMethodSettingValuesWrapper(13556): ascii capable subtype enabled imi not found. Fall back to English Keyboard subtype.
We also tried to forcefully show the keyboard on click of input field using cordova.plugins.Keyboard.show() but it also does not work for these devices.
Please help me to solve the problem. Thanks.