mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
30 lines
701 B
Markdown
30 lines
701 B
Markdown
---
|
|
description: >-
|
|
SMS plugin for Cordova and Ionic. Requires Cordova plugin: cordova-sms-plugin. For more info, please see the [SMS plugin…
|
|
---
|
|
|
|
# SMS
|
|
|
|
Requires Cordova plugin: cordova-sms-plugin. For more info, please see the [SMS plugin docs](https://github.com/cordova-sms/cordova-sms-plugin).
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
ionic cordova plugin add cordova-sms-plugin
|
|
npm install @awesome-cordova-plugins/sms
|
|
```
|
|
|
|
**Plugin Repo:** [https://github.com/cordova-sms/cordova-sms-plugin](https://github.com/cordova-sms/cordova-sms-plugin)
|
|
|
|
## Supported Platforms
|
|
|
|
- Android
|
|
- iOS
|
|
- Windows
|
|
- Windows Phone 8
|
|
|
|
## Further Information
|
|
|
|
- [Installation Guide](../../installation.md)
|
|
- [FAQ](../../faq.md)
|