Thank you for taking the time to read my question.
I have a text input box on which I change the format from text to number when the user taps the hash tag icon. After they tap the icon I set the focus to the text input box. This allows the user to get the number pad keyboard or the full keyboard.
if the focus is on the text input box and the format is set to number and I tap the icon to change to text the keyboard does not change back to full but stays at the number pad. I have to tap somewhere else then back in the text input box to get the full keyboard. I guess I have to “close” the keyboard and open it again to get the alternate keyboard.
I’m testing on an iPhone8 iOS 14.4.2
is there a way to close and then open the keyboard after the format of the text input box has changed?
thanks