I am trying to do the mobile web, but for some reason I am not able to wrap the text inside of a label. by default the API's say it should, I have even tried to force it by adding the property, but it will not wrap:
var messageLabel = Ti.UI.createLabel({text:'this message should wrap but is does not', left:10, top:3, bottom:5, width:100, height:100, wordWrap:true});anyone have any ideas?
I am using firefox as the browser that is displaying the app. along with SDK 2.0.2
1 Answer
Accepted Answer
This bug was actually just fixed the other week and is working in the nightly master CI build. The nightly builds are not considered production ready, but offer several bug fixes and performance enhancements. To get the latest master build, go to http://builds.appcelerator.com.s3.amazonaws.com/index.html, select the "master" branch from the drop down, and download the SDK for your platform.
Your Answer
Think you can help? Login to answer this question!