Touch png to trigger phone prompt on mobile

Hi,
I’d like to have a phone number graphic activate the phone call prompt on mobile devices.
The phone call prompt works with standard text, somehow the IOS recognises the number and makes it active to touch.
Is there a way this can be done with a phone number png graphic?
See http://temp.osborneparkautorepairs.com.au/

Any help appreciated.

Something like this?

<a href="tel:+1234567890" title="Call Mobile" rel="nofollow" tabindex="8" class="icon">
                 <img src="images/phone.png" alt="Telephone" width="50" height="50">
</a>

This works by putting tel: in the href, just like you would use mailto: for an Email.

3 Likes

Awesome Sam! many thanks :grinning:

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.