2.0.3 • Published 1 year ago

@droponio/capacitor-call-number v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

2.0.2

1 year ago

2.0.1

2 years ago

2.0.0

2 years ago