Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18613] Autolink not available on iOS for Label or TextField

GitHub Issuen/a
TypeImprovement
PriorityNone
StatusClosed
ResolutionWon't Fix
Resolution Date2015-02-26T16:43:05.000+0000
Affected Version/sRelease 3.5.0
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterScott Davenport
AssigneeIngo Muschenetz
Created2015-02-25T15:06:03.000+0000
Updated2017-03-20T17:14:27.000+0000

Description

I was looking to use the autolink property for email addresses and phone numbers. I found out this only works on iOS with a TextArea which seems a bit odd. Any reason we cannot have autolink available for iOS on Labels and TextFields?

Comments

  1. Vishal Duggal 2015-02-26

    Autolinking as a native property is only available on UITextView(Ti.UI.TextArea on the titanium platform). To support links on labels you can use the link event along with the AttributedString. There is no support for link events on TextField on iOS
  2. Lee Morris 2017-03-20

    Closing ticket as the issue will not fix.

JSON Source