Home > Mobile >  The EditText focus, input problem
The EditText focus, input problem

Time:09-25

After EditText gains focus can't input, the input will lose focus in the input is empty, sometimes can enter the success, but much of the input fails, have the great god can help give directions

CodePudding user response:

Top!!!!!!!!!!!

CodePudding user response:

The editText. SetFocusable (true);
The editText. SetFocusableInTouchMode (true);
The editText. RequestFocus ();

CodePudding user response:

Has been solved, is the bug simulator
  • Related