Skip to content

A Capacitor Demo APP to make a phone call to a specific phone number

License

Notifications You must be signed in to change notification settings

jonz94/ionic-capacitor-phone-call-demo

Repository files navigation

Ionic Capacitor Phone Call Demo

A Capacitor Demo APP to make a phone call to a specific phone number

code style: prettier

How does it works?

Create an anchor tag like the following:

<a href="tel:12345678"> ... </a>

Then when you click it, it will make a phone call to the phone number 12345678.

This method works on both Android and iOS ✌️