Titanium JIRA Archive
Appcelerator Community (AC)

[AC-3169] blackberry justify text

GitHub Issuen/a
TypeNew Feature
Priorityn/a
StatusResolved
ResolutionInvalid
Resolution Date2015-09-29T00:59:09.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsalign, blackberry, text
Reporterthomas lequenne
AssigneeShak Hossain
Created2014-11-19T03:10:08.000+0000
Updated2016-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:) ?

Comments

  1. Amimul Hossain 2015-09-01

    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.

JSON Source