Coomie
Coomie

Reputation: 4868

Make Phone Call Button in Android Web Page

I've got this website that is specifically designed for Android phones. It would be awesome if I could make a button that would make a phone call.

Ideally the code would be something like:

Call NOW

Upvotes: 6

Views: 3636

Answers (1)

bezz
bezz

Reputation: 1688

<a href="tel:1-800-555-1212">Call NOW</a>

use tel:1-800-555-1212 as the href

Upvotes: 14

Related Questions