mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
20 lines
529 B
Markdown
20 lines
529 B
Markdown
|
# Local Notifications
|
||
|
|
||
|
```text
|
||
|
$ 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
|
||
|
|