I created in my app a textbox using the following code
local otherInfo = native.newTextBox(50,100,200,60)
I also tried to add the fieldHandler parameter, but I wasn’t able to make the keyboard appear when I tap into the textbox on device. If I use a textfield object the keyboard is showing just fine when it is focused.
Is there anything else required in order for the textbox to be usable?
If you study the documentation, then you will see that the textbox doesn’t have a keyboard handler. The textbox is only for displaying scrollable multiline text. [import]uid: 5712 topic_id: 2065 reply_id: 6047[/import]