0.0.2 • Published 8 years ago

cordova-plugin-phonecaller v0.0.2

Weekly downloads
2
License
Apache 2.0
Repository
-
Last release
8 years ago

cordova-plugin-phonecaller

Call phone numbers from your app

Usage

window.PhoneCaller.call(phoneNumber: string, success: Function, error?: Function)

Supported Platforms

  • Android
  • iOS

Installation

  • Android: Requires CALL_PHONE permission.
  • Both: Requires tel intent whitelisted. (e.g. <allow-intent href="tel:*" />)