On iOS it's possible to change the color of the link automagically created when using the autoLink property on a textArea like this:
color:'white',//normal text color autoLink: Ti.UI.AUTOLINK_ALL, tintColor:'black', // link colorBut I can't seem to find a solution for Android. Anyone know if that is possible?