Is there a way to set the focus to a text field right after calling it? Or a way to call the textFiel with the focus already set on it?
I know I can use “native.setKeyboardFocus()” to set the focus, but unfortunately this won’t work if I do it right after calling the textField. The only way around I know is by using a timer or by clicking on the text field after calling it.
Any ideas?
