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