is there something i can put in the code for a html page i am making for safari on iphone which can make a call when click on? something similar to:
<a href="tel://1300111222">click to call</a>
is there something i can put in the code for a html page i am making for safari on iphone which can make a call when click on? something similar to:
<a href="tel://1300111222">click to call</a>
Try to remove // from your link, that is <a href="tel:1300111222">click to call</a>