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

1.0.9 • Public • Published

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

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

    Package Sidebar

    Install

    npm i @globules-io/cordova-plugin-call-number

    Weekly Downloads

    1

    Version

    1.0.9

    License

    Apache 2.0

    Unpacked Size

    11.5 kB

    Total Files

    8

    Last publish

    Collaborators

    • globules.io