22 lines
548 B
Markdown
Raw Normal View History

2021-09-29 14:09:02 +02:00
# Call Number
```
$ ionic cordova plugin add call-number
2021-09-29 15:19:55 +02:00
$ npm install @awesome-cordova-plugins/call-number
2021-09-29 14:09:02 +02:00
```
2021-09-29 15:19:55 +02:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/call-number/)
2021-09-29 14:09:02 +02:00
Plugin Repo: [https://github.com/Rohfosho/CordovaCallNumberPlugin](https://github.com/Rohfosho/CordovaCallNumberPlugin)
Call a number directly from your Cordova/Ionic application.
2021-09-29 14:38:45 +02:00
NOTE**: The iOS Simulator (and maybe Android Simulators) do not provide access to the phone subsystem.
2021-09-29 14:09:02 +02:00
## Supported platforms
- Android
- iOS
2021-09-29 14:38:45 +02:00