简体   繁体   中英

Android App - Keyboard Type

We have a user name and telephone field. User opens android keyboard and enters user name. Then in the keyboard user clicks the 'Next' button and it launches the telephone type keyboard. But the same behavior is not observed in case of swift keyboard. If user chooses swift keyboard, App doesn't bring the telephone keyboard on click of telephone field.

What is going wrong here? Any suggestion. Is there anyway I can enforce user to use Android Keyboard?

No, you cannot force the users to use a particular keyboard (ime). The user is able to select whatever ime they prefer. In your app, all you can do is provide a hint as to which type of characters the user is going to be entering (text, numbers, etc). It is up to the particular ime to decide how to allow the user to input the text.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM