cordova-plugin-phonecaller
v0.0.2
Published
Call phone numbers from your app
Maintainers
Readme
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_PHONEpermission. - Both: Requires
telintent whitelisted. (e.g.<allow-intent href="tel:*" />)
