Software Archive
Read-only legacy content
17061 Discussions

For calling with phone number using cordova

Ashish_Trivedi
Beginner
832 Views

I want to use call facility using cordova. I want redirect to call log of mobile when i click on mobile number in app.

please suggest me if any plugin available.

thanks in advance....

 

0 Kudos
7 Replies
nicolas_r_
Beginner
832 Views

just add  

<a href="tel:+6494461709">61709</a>

 

and the "tel:*" to whitelist of the  build setting of your proyect  

 

0 Kudos
Elroy_A_Intel
Employee
832 Views

In order to trigger the native phone application, you aren't required to use a plugin. Like nicolas r. mentioned before, this capability resides in the whitelist configuration under the Projects Tab.

0 Kudos
Ashish_Trivedi
Beginner
832 Views

it's working.

thanks to all.

0 Kudos
Lakshmi_N_1
Beginner
832 Views

tel is not working on android mobiles it working only in ios..

 

0 Kudos
PaulF_IntelCorp
Employee
832 Views

Lakshmi -- try using Crosswalk as your build option and see if that makes a difference.

0 Kudos
David_P_
Beginner
832 Views

i tried but doesnt work on Android but yes on iPhone..any suggestion? 

my build settings;

Captura de pantalla 2017-04-05 a las 9.02.22.png

when i build the .apk only works the mail with <a href="mailto" but doesn't open the dialer with <a href="tel:+973510016">call</a>

 

please help

0 Kudos
PaulF_IntelCorp
Employee
832 Views
0 Kudos
Reply