Software Archive
Read-only legacy content

Make a dial

MULUMBA_F_
Beginner
488 Views
Hello everybody, I am new and I have not find a French forum for Intel XDK and my English is not very good. My question is can I create a phone app that make a dial (call) or send an USSD with Intel XDK? If it is possible, how can I do it easily? Thanks.
0 Kudos
1 Solution
Chris_P_Intel
Employee
488 Views

Hello,

If you generate a tel: type link, then that will work when your app runs on a mobile device.  That's the easiest.  ( http://stackoverflow.com/questions/13662175/how-to-create-hyperlink-to-call-phone-number-on-mobile-devices )

There is a tutorial for placing calls with Cordova/Phonegap here:

http://rickluna.com/wp/2012/02/making-a-phone-call-from-within-phonegap-in-android-and-ios/

The XDK uses Cordova, so any information you find on the internet relative to HTML5 or Cordova (aka Phonegap) will work with the XDK

And, if you really need advanced features, you might need a custom Cordova plugin:

http://plugreg.com/plugin/rohfosho/CordovaCallNumberPlugin

Hope this helps,

Chris

 

View solution in original post

0 Kudos
4 Replies
Chris_P_Intel
Employee
489 Views

Hello,

If you generate a tel: type link, then that will work when your app runs on a mobile device.  That's the easiest.  ( http://stackoverflow.com/questions/13662175/how-to-create-hyperlink-to-call-phone-number-on-mobile-devices )

There is a tutorial for placing calls with Cordova/Phonegap here:

http://rickluna.com/wp/2012/02/making-a-phone-call-from-within-phonegap-in-android-and-ios/

The XDK uses Cordova, so any information you find on the internet relative to HTML5 or Cordova (aka Phonegap) will work with the XDK

And, if you really need advanced features, you might need a custom Cordova plugin:

http://plugreg.com/plugin/rohfosho/CordovaCallNumberPlugin

Hope this helps,

Chris

 

0 Kudos
PaulF_IntelCorp
Employee
488 Views

Hello Mulumba -- one thing to note regarding dialing the phone. This is an OS-restricted operation, so your app can typically only cause the dialer to be presented with a phone number, the user must then initiate the call. This is done for security reasons.

0 Kudos
MULUMBA_F_
Beginner
488 Views

Thank you CHRIS, your second link has all I need about making call and using keywords "cordova" on google help to find many information.

0 Kudos
Rethinavel_M_
Beginner
488 Views

the above link example is not understand for me..

please help.. how  can I create a phone app that make a dial (call) or send an USSD with Intel XDK?

Am new to intel xdk so please explain detail.. step by step.

example, plugin,js,and code

0 Kudos
Reply