mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
22 lines
529 B
Markdown
22 lines
529 B
Markdown
# Local Notifications
|
|
|
|
```
|
|
$ ionic cordova plugin add cordova-plugin-local-notification
|
|
$ npm install @awesome-cordova-plugins/local-notifications
|
|
```
|
|
|
|
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/local-notifications/)
|
|
|
|
Plugin Repo: [https://github.com/katzer/cordova-plugin-local-notifications](https://github.com/katzer/cordova-plugin-local-notifications)
|
|
|
|
This plugin allows you to display local notifications on the device
|
|
|
|
## Supported platforms
|
|
|
|
- Android
|
|
- iOS
|
|
- Windows
|
|
|
|
|
|
|