rohfosho / CordovaCallNumberPlugin

Call a number directly from your cordova application.
MIT License
185 stars 151 forks source link

Calling emergency number like 999 directly from app? #90

Open Snowbases opened 3 years ago

Snowbases commented 3 years ago

I have tried this in Ionic:

this.callNumber.callNumber("999", true)
      .then(res => console.log('Launched dialer!', res))
      .catch(error => console.log('Error launching dialer', error));

This navigates to the phone dialer, is it possible to call it directly without using any SIM card? (since an emergency number doesn't need a SIM card to call)