Hi
I have a string which is 436 characters long. When displaying it on the corona simulator it is fine, but on the device (iPhone 5) it displays as a box the same colour as the text should be. This is is the same in the xcode simulator.
[lua]
local twitterText = display.newText(twitterStream,0,0,0,0,native.systemFont,13);
[/lua]
that’s my code - any suggestions?
Cheers [import]uid: 24641 topic_id: 35670 reply_id: 335670[/import]