IPhone native keyboard question.

For the keyboard, i tried to make IPhone native keyboard using iPhoneKeyboard.Open method. when i typed text and pressed done. its keyboard destroyed automatically. If I don’t want to destroy its keyboard, what is option for keyboard?

i know the TextField is one of way to avoid it but when i used TextField. It gave me the strange input Field UI so now I’m trying to do it only with iPhoneKeyboard.Open methods.

Anybody know? not to destroy keyboard UI when i created iPhoneKeyboard.Open even i pressed “done” button?

Create an own keyboard as a iOS plugin so you have 100% control over what and what not you want.

The behavior Unity is showing there is the standard and handled like that by iOS, when you press, the keyboard is done and you readout the input (if you didn’t do it continously)