I have created a table with rows that contains a webview that displays html page with links inside the html.
Is there a way to make the links clickable inside a tableviewrow just like how facebook have links in the status?
By the way, I'm developing for iPhone.
1 Answer
aren't hyperlinks in a webview clickable by default?
Or do you want to have links in a tableview row (not in a webview) to be clickable? If so, you can create a custom row with a textarea and use the property
autoLink: Titanium.UI.AUTODETECT_ALLHope it helps
Tjeu
Your Answer
Think you can help? Login to answer this question!