Windows Phone and PhoneGap: Make a Phone Call (part 1)
Windows Phone and PhoneGap: Make a Phone Call (part 1)
Join the DZone community and get the full member experience.
Join For FreeIn 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 .
Simple isn’t it ?
Published at DZone with permission of Senthil Kumar , DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
{{ parent.title || parent.header.title}}
{{ parent.tldr }}
{{ parent.linkDescription }}
{{ parent.urlSource.name }}