I can confirm what @PhilB1 has seen. Creating multiline text without width and height values will still properly display multiline text on the Windows corona simulator as well as Android devices, but will NOT on the MAC corona simulator and iOS devices.
Is there a reason why this won’t work on iOS but it does on Android? It can be very useful to specify a multiline text without a width. For instance, I let the user overlay text onto photos and I would like the width of the text to be exactly how long the text actually is. It is impossible to know what the width of the text will be before creating it.
On Android, corona just “does the right thing” and sets the width to the longest line of a multiline text. You can still properly set the align as well and everything just works. However, iOS was not so lucky.
Again, how come this works great on Android but not iOS?