How to create a telephone number link that opens dialer on mobile devices?

How toHTML5Mobile Apps

HTML5 has some nice new tricks.

One of them is creating dialable links and here’s how:

<a href="tel:+1112223333">111-222-3333</a>

 

That’s right. It’s as simple as that!