Pardon me if this is already covered but I’m seeing what (I believe) is broken behavior on Android for native.setKeybaordFocus
Try this
[lua]_tf=native.newTextField(0,24, 300, 100)
native.setKeyboardFocus( _tf )[/lua]
on iPhone it acts as expected, a keyboard pops up and you can edit away.
on Android the text field comes up and a cursor is in there but to get the keyboard you have to ‘touch it’ – Is this correct? The docs indicate that setKeyboardFocus should display the keyboard…
-John
[import]uid: 48162 topic_id: 9506 reply_id: 309506[/import]