[AC-3169] blackberry justify text
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | n/a |
Status | Resolved |
Resolution | Invalid |
Resolution Date | 2015-09-29T00:59:09.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | align, blackberry, text |
Reporter | thomas lequenne |
Assignee | Shak Hossain |
Created | 2014-11-19T03:10:08.000+0000 |
Updated | 2016-03-08T07:57:34.000+0000 |
Description
blackberry supports justify text alignment(http://developer.blackberry.com/native/reference/cascades/bb__cascades__textalign.html) So would it be possible to set textAlign:justify, in .tss for blackberry platform (and for other platform would be nice to:) ?
Hello, Appcelerator no longer has support for Blackberry OS. According to the documentation link [here](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.TextField-property-textAlign) Appcelerator only supports three constants for text-alignment in textfield. Titanium.UI.TEXT_ALIGNMENT_CENTER Titanium.UI.TEXT_ALIGNMENT_LEFT Titanium.UI.TEXT_ALIGNMENT_RIGHT Currently there is no way to use text-alignment justified in Textfield with Appcelerator. In Android platform also no justified option for alignment, Here is the documentation [link](http://developer.android.com/reference/android/view/View.html#attr_android:textAlignment) In iOS platform textfield support alignment justified. Here in the documentation [link](https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/NSString_UIKit_Additions/#//apple_ref/c/tdef/NSTextAlignment) Hope this helps, Thanks.