I have tested in iOs Simlator, I can edit it, but the native keyboard is not launched…what am i missing
myMsg = native.newTextBox( 190, 260, 520, 230 ) myMsg.anchorX = 0.5 myMsg.anchorY = 0 myMsg.isEditable = true myMsg.x=display.contentCenterX myMsg:addEventListener( "userInput", textListener ) myMsg:setTextColor( 0 ) myMsg.hasBackground = false