Is it possible to hide (or disable) certain characters on the soft keyboard? It’s been asked before: Android soft keyboard – disable certain keys but no answer.
(I’d rather hide than disable keys but would go for either)
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Only if you create your own input method editor (a.k.a., soft keyboard) and get the user to switch to it.
Attributes like
android:inputTypeare hints that some input method editors will honor and may control what characters are available. However, there is no guarantee that any given input method editor will honor it and what characters it will elect to include and exclude.