kmbang / UnityNativeEdit

Unity Native Input Plugin for both iOS and Android (Unity UI compatible)
90 stars 56 forks source link

Focus on Input Field at code. #23

Open syu3 opened 3 years ago

syu3 commented 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.

How do I focus on InputFiled and show the keyboard?

wes-kay commented 6 months ago

Did you happen to find a fix?