Windows Phone and PhoneGap: Make a Phone Call (part 1)
In this blog post , i will show you a simple trick to make a phone call to a number using PhoneGap .
If you are developing App using silverlight framework in Windows Phone SDK , we can make use of the PhoneCallTask to make a call in Windows Phone .
In PhoneGap , all that you have to do is just place the phone number to be called in the hyper link prefixed with with the keyword “tel:” .
<a href="tel:+00-000"> Make a Phone Call </a>
When the user tries to click on the hyperlink , a form will be shown where the user can edit the phone number(if required) and click on the call button to make a call .

Windows Phone and PhoneGap - Article #11 - Make a Phone Call - Part 1
Simple isn’t it ?
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)






Comments
Kookee Gacho replied on Wed, 2012/07/11 - 8:30am