Skip to content

Visnalize/capacitor-plugin-call

Repository files navigation

capacitor-plugin-call

npm

Simple Capacitor plugin to open the dialer with a given number.

Supported platforms

  • Android
  • iOS

Install

npm install capacitor-plugin-call
npx cap sync

API

call(...)

call(options: { number: string; }) => Promise<void>

Open the dialer with the given number

Param Type
options { number: string; }

About

Call number plugin for Capacitor apps

Topics

Resources

Contributing

Stars

Watchers

Forks

Contributors