Hi,
In my app, I use display.newText() to create a multiline text, and I specified a width and set height to 0 as it is explained in the documentation below.
Optional arguments to enable multi-line text. Text will be wrapped at width and be cropped at height. Set height to 0 and the height will change according to amount of text.
I currently test my app on multiples devices with different iOS versions.
Everything is ok… Since iOS 7!
I noticed that with iOS 7, on any devices, it doesn’t work :
No more multilines, only one line is displayed and cut at width pixels.
Thanks for your help
Best,
Olivier