When I have phone number in html I want to make this phone number interactive. So that user can tap on it and dial this number. Something like ``` <TextView android:autoLink="phone" ``` It is not working right now. What can be done with it?
When I have phone number in html I want to make this phone number interactive.
So that user can tap on it and dial this number.
Something like
It is not working right now. What can be done with it?