I want the initial state of textbox input on Android to be alphabetic.

Asked 2 years ago, Updated 2 years ago, 40 views

If you click textbox on Android, the keyboard will appear from below, but the initial state of the keyboard will be entered in Japanese.How do I put it in alphabetical form first?

android

2022-09-30 20:27

1 Answers

Let's assume it's about Android apps.
You can specify the input mode in the EditText.inputType property.

As stated in the article, input restrictions behave differently depending on the IME, so a separate Validation implementation is required.


2022-09-30 20:27

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.