iPhone Safari making a phone call

Amarsh picture Amarsh · Sep 6, 2010 · Viewed 11.2k times · Source

Is there something I can put in the code for an HTML page I am making for Safari on iPhone to make a call when clicked on? Something similar to:

<a href="tel://1300111222">click to call</a>

Answer

Nava Carmon picture Nava Carmon · Sep 6, 2010

Try to remove // from your link, that is <a href="tel:1300111222">click to call</a>