hi, I am new here.
I want to catch the event for showing and hiding keyboard, but I didn't find any API in UIInput.
Now I used a MonoBehaviour to override the OnSelect function which represent event for showing keyboard and new a onSubmit to catch the event for hiding keyboard.
But it didn't work perfectly. When I tapped the close button on the keyboard, I cannot catch the event.
Are there any better solutions?
By the way, how can I set the attribute hideInput to the TouchScreenKeyboard, also, I didnt find any API.
Thanks