2.0.3 • Published 4 months ago

@droponio/capacitor-call-number v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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)

2.0.3

4 months ago

2.0.2

4 months ago

2.0.1

6 months ago

2.0.0

6 months ago