Tagged as Android
Thursday, December 15, 2011 Making a telephone number clickable on Android
To make a telephone number clickable on an Android device simply wrap it in an HTML <a> tag. When the link is clicked the device's phone will be activated. Don't forget to prepend 'tel:' to the link. <a href="tel:+440000000000">00000 000000</a> ...
Read more »