Is there any way resize the textBox without affecting to text (textBox.text =“Hello World”)
for example
function resize(event)
if ( “began” == event.phase ) then
textBox.height = 200
end
end
textBox = native.newTextBox(0, 0, display.contentWidth , display.contentHeight,resize)
textBox.isEditable = true
textBox.text = “Hello World”
textBox.size = 18
[import]uid: 97112 topic_id: 18255 reply_id: 318255[/import]
[import]uid: 52491 topic_id: 18255 reply_id: 69982[/import]