iPhone

How to make a telephone number clickable on iPhone or Android

To make a telephone number clickable on an iPhone or 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> ...

Published: Thursday 15 December 2011 | Comments: 2 | Read more »

HTML iPhone Android