Issue with call option when press on telephone number

Hi
I am using following code for call option when press on telephone number. It’s working on browser. but not working on after install on mobile. Do I need to install any plugin?

+44 000 000 001

No need to install any plugin :smile:
you need to add explicitly in the config.xml:

  <access origin="tel:*" launch-external="yes" />
  <access origin="mailto:*" launch-external="yes" />

in your template use

<a class="button icon-left ion-ios-telephone button-balanced " ng-href="tel:+44000000001">Call</a>
1 Like

Thank you @rajul885 It’s works,