Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

11
  • 3
    This works great. Also make sure you remove android:autoLink=? from your TextView. Commented Oct 17, 2013 at 13:44
  • This is what finally worked for me. Valid HTML and not using android:autoLink=? is important! Commented Oct 23, 2013 at 22:55
  • For Xamarin, the word shows but is not underlined and can't be clicked using the above and NOT these parameters: autoLink, linksClickable Commented Nov 1, 2013 at 15:35
  • For Xamarin setting those and setting Text or setting TextFormatted also yields the word but its not clickable nor blue/underlined. Removing the autoLink also fails. Removing only linksClickable also fails. Removing both also fails. Commented Nov 1, 2013 at 15:37
  • helloWorld.TextFormatted = Html.FromHtml (linkURL); with and without those also fails. (not linked, not blue, can't be clicked) Commented Nov 1, 2013 at 15:49