I have a textfield which opens up a keyboard, but I need to somehow get the letter that the user types after every tap of the keyboard, like a live update.
I think the best way of doing this is using some kind of function to constantly check the text of the textfield, but I'm not sure.
Any help is appreciated. Thanks!