Sorry, I have a problem with newText when I build my application and run on iOS ver.11.4.1 or above. The text use display.newText cut off from full text but if run on Android or Simulator text isn’t cut off.
I used Corona SDK ver.2018.3424
local options = { text = params.guidetripArticle, x = myApp.width \* 0.05, y = date.y + date.height + 10 \* myApp.stdHeight, width = myApp.width \* 0.9, font = myApp.mainFont, fontSize = 14 } local detail = display.newText( options ) detail:setTextColor(91/255) detail.anchorX = 0 detail.anchorY = 0 scrollView:insert(detail)
This is my code and text sent by API