capacitor-call-number
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Capacitor Call Number

Description

Plugin to call a number.

Installation

  • npm i capacitor-call-number

Usage

import { CallNumber } from 'capacitor-call-number';

await CallNumber.call({ number: '111111', bypassAppChooser: false });

bypassAppChooser = true (It will take to default dailer screen) bypassAppChooser = false (It will directly call the number)

Readme

Keywords

Package Sidebar

Install

npm i capacitor-call-number

Weekly Downloads

331

Version

1.0.3

License

MIT

Unpacked Size

402 kB

Total Files

105

Last publish

Collaborators

  • devmantosh2019