Call a number directly from your cordova application.
Install the plugin using:
cordova plugin add https://github.com/Rohfosho/CordovaCallNumberPlugin.gitUse the plugin in your JS file:
window.plugins.CallNumber.callNumber(onSuccess, onError, number);Make sure to create onSuccess and onError call back functions.