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:” .
Make a Phone Call
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 .
Simple isn’t it ?