Skip to content

chillyprig/CordovaCallNumberPlugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CordovaCallNumberPlugin

Call a number directly from your cordova application.

Chillyprig - Fork to add (Android) make the app become active after phone calls.

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

  • Java 64.3%
  • Objective-C 27.3%
  • JavaScript 8.4%