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.
Tags
Comments
Friday, December 23, 2011 Michael Zock
Does this cause any problems with known desktop programs, like Skype's browser plugin?
Friday, December 23, 2011 Simon Bingham
I haven't tested it using Skype to be honest and since writing this post I've learned that iPhones detect phone numbers without any additional markup. It definitely works for Android phones though.
