user1768504
user1768504

Reputation: 21

How to make call using phonegap?

I have some contacts read from emulator.I want to know how to make call.

Upvotes: 0

Views: 253

Answers (1)

Simon MacDonald
Simon MacDonald

Reputation: 23273

You just need to make a href using the tel: protocol:

<a href="tel:18005551212">Directory Assistance</a>

Then when the user taps on the link the dialer app will be started.

Upvotes: 1

Related Questions