Open syu3 opened 3 years ago
I want to use the code to focus on the InputField. I have tried textInputField.Select (); and textInputField.ActivateInputField (); but the keyboard doesn't show up.
textInputField.Select ();
textInputField.ActivateInputField ();
How do I focus on InputFiled and show the keyboard?
Did you happen to find a fix?
I want to use the code to focus on the InputField. I have tried
textInputField.Select ();
andtextInputField.ActivateInputField ();
but the keyboard doesn't show up.How do I focus on InputFiled and show the keyboard?