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?