capacitor-plugin-call
v5.0.1
Published
Call number plugin for Capacitor apps
Readme
capacitor-plugin-call
Call number plugin for Capacitor apps (Capacitor 5 only).
Supported platforms
- Android
- iOS
Install
npm install capacitor-plugin-call
npx cap syncAPI
call(...)
call(options: { number: string; }) => Promise<void>Open the dialer with the given number
| Param | Type |
| ------------- | -------------------------------- |
| options | { number: string; } |
