Search code examples
cordovawindows-phone-8plugins

call a phone number plugin for wp8 platform cordova


I am searching for a call phone number plugin for wp8 platform of cordova.
Can anyone help ? Suggest me with the available plugins.


Solution

  • You just need to put in your html template file a href tag which is referencing the related telephone number, for example like:

    <div id="telephone-list">
        <a href="tel:0123456789">Call me</a>
    </div>