iOS input text field focus problem in Air 2.7
Hi all,
I'm having a problem trying to give focus to a text field in air for iOS 2.7.
What I'm trying to do is as soon as the app loads, to give this input textfield mouse focus so that the user can start typing with the keyboard right away. In 2.6 I was able to set focus no problem using the code below, but since I've started using the 2.7 deployer, it doesn't set focus properly anymore.
I'm using a classic text field set to type inputText.
var focus:FocusManager = new FocusManager(this);
textField.stage.focus=textField; ////the text field is called textField
Any ideas?
Thanks!
Liam
