[TIMOB-18613] Autolink not available on iOS for Label or TextField
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | None |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2015-02-26T16:43:05.000+0000 |
Affected Version/s | Release 3.5.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Scott Davenport |
Assignee | Ingo Muschenetz |
Created | 2015-02-25T15:06:03.000+0000 |
Updated | 2017-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?
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
Closing ticket as the issue will not fix.