Hi,
I am encountering an issue and cant figure out where it is coming from.
I have this display.newText:
local descriptionText = display.newText( { parent = refreshableDescriptionGroup, text = item.description, width = descriptionContainer.width - 6, height = 44, font = fileConstants.DEFAULT\_FONT, fontSize = 11 })
This alligns at the bottom of the textArea, but only when multiple lines are shown, single lines are correctly alligned at the top. What could cause this??