I had the same question, finally found the answer by looking at the text field code.
You can focus your text field by doing the following:
stage.setKeyboardFocus(textField); //show the keyboard textField.getOnscreenKeyboard.show(true);
Hope this helps someone.
source share