0

Here is what I have in my xml file:

android:autoLink="all|web|phone|map|email"

The other links to web pages, phone numbers, and email addresses work fine. When it comes to bookmarks, it is shown like a plain text and it has no functionality. I am new in android. Can anyone please give me any instruction on this?

Viral Patel
  • 32,418
  • 18
  • 82
  • 110

1 Answers1

0

You cannot make TextView do stuff exactly as in html pages. You'll probably be able to achieve that by writing a custom logic in onClick for the TextView.

I think you should use a WebView. With WebView your hrefs will work in the html.

Viral Patel
  • 32,418
  • 18
  • 82
  • 110