0

I want to show the clickable text instead of using the url in webview. for example my text will be google and when user clicks on it it will start action_view intent to google's url. is it possble?

KaanB
  • 133
  • 15

1 Answers1

0

You can use the android:linkfy attribute and set it top true to make the urls linkfy by default in your textview.

Dinesh Venkata
  • 1,087
  • 1
  • 9
  • 22