hello,
I have confused with newText
i use this code
local t = display.newText( descr, 10, 140 , display.contentWidth-20 ,0 , “helvetica”, 22)
t:setTextColor( 0,0,0 )
scrollView:insert(t)
descr = is a dynamic text that came from a json
My problem is when the text is very large its not visible.
I dont understand what i have to change in order to run on all devices
thanks in advace