Call number plugin for Capacitor apps (Capacitor 5 only).
- Android
- iOS
npm install capacitor-plugin-call
npx cap synccall(options: { number: string; }) => Promise<void>Open the dialer with the given number
| Param | Type |
|---|---|
options |
{ number: string; } |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Call number plugin for Capacitor apps (Capacitor 5 only).
npm install capacitor-plugin-call
npx cap synccall(options: { number: string; }) => Promise<void>Open the dialer with the given number
| Param | Type |
|---|---|
options |
{ number: string; } |