Skip to content

cosmin-petrescu/CordovaCallNumberPlugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CordovaCallNumberPlugin

Call a number directly from your cordova application.

Install the plugin using:

cordova plugin add https://github.com/Rohfosho/CordovaCallNumberPlugin.git

Use the plugin in your JS file:

window.plugins.CallNumber.callNumber(onSuccess, onError, number);

Make sure to create onSuccess and onError call back functions.

About

Call a number directly from your cordova application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 42.9%
  • Java 42.9%
  • JavaScript 14.2%