Files
awesome-cordova-plugins/docs/plugins/call-number/README.md
T
2026-03-21 17:08:43 -07:00

29 lines
742 B
Markdown

---
description: >-
Call Number plugin for Cordova and Ionic. Call a number directly from your Cordova/Ionic application. NOTE**: The iOS Simulator (and maybe Android Simulators)…
---
# Call Number
Call a number directly from your Cordova/Ionic application.
NOTE**: The iOS Simulator (and maybe Android Simulators) do not provide access to the phone subsystem.
## Installation
```bash
ionic cordova plugin add call-number
npm install @awesome-cordova-plugins/call-number
```
**Plugin Repo:** [https://github.com/Rohfosho/CordovaCallNumberPlugin](https://github.com/Rohfosho/CordovaCallNumberPlugin)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)