I'm developing with Alloy (SDK 3.0). The Documentation says autoLink it is only available on Android but SDK 3.0 release notes points that you can use Titanium.UI.AUTOLINK_ALL on all platforms to detect when an UI control has numbers, emails and such but it won't work on iOS.
Any workaround about this?.
1 Answer
Accepted Answer
On iOS, autolink is only supported on text areas:
http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.UI-property-AUTOLINK_ALL
This is basically exposing a limitation of the native platform -- iOS does not natively support autolink in TextField or label. So there is no easy workaround.
Your Answer
Think you can help? Login to answer this question!