1.0.9 • Published 4 years ago

@globules-io/cordova-plugin-call-number v1.0.9

Weekly downloads
-
License
Apache 2.0
Repository
github
Last release
4 years ago

cordova-plugin-call-number

Call a number directly from your cordova application.

Install the plugin using:

cordova plugin add @globules-io/cordova-plugin-call-number

Uninstall using:

cordova plugin rm @globules-io/cordova-plugin-call-number

Use the plugin in your JS file:

window.plugins.phone.dial(number, bypassAppChooser, onSuccess, onError);

number: String; phone number to call (e.g. "1234567890")

bypassAppChooser: boolean; true if you always wish to bypass the app chooser if user has multiple applications installed that can handle calls