Reputation: 21
I have some contacts read from emulator.I want to know how to make call.
Upvotes: 0
Views: 253
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