user4432864
user4432864

Reputation:

Link phone numbers for Android?

In my Android app, I have a website in WebView (URL) with many phone numbers. But the numbers don‘t offer click-to-call. Do I have to link all number on my website with tel:123456789?

In my iOS-App click-to-call is available without linking the phone numbers. Can I do it in Android webview, too? Thanks for every answer.

Upvotes: 1

Views: 2093

Answers (1)

Harsh Parikh
Harsh Parikh

Reputation: 3845

Put this in your textview:

android:autoLink="phone"

Upvotes: 1

Related Questions