Clickable links inside table view row

You must Login before you can answer or comment on any questions.

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_ALL
Hope it helps

Tjeu

— answered 2 years ago by Tjeu Vdw
answer permalink
2 Comments
  • THank you for your reply. I have a webview inside a row and that webview have links. Can I display html inside a text area? Can you give an example of the code?

    — commented 2 years ago by Alvin Benedicto

  • a text area cannot read html code, it can only detect whether there's a hyperlink in it or not.

    But I think i have misread your question, your problem is to let the links inside the webview to be clickable inside the tableviewrow. I don't think that's possible, or at least i wouldn't know how to do that. I've tried to do it once but i'm clueless how to do it.

    — commented 2 years ago by Tjeu Vdw

Your Answer

Think you can help? Login to answer this question!