awesome-cordova-plugins/docs/plugins/local-notifications/README.md

26 lines
711 B
Markdown
Raw Normal View History

2021-09-29 20:09:02 +08:00
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/local-notifications/index.ts#L477">
Improve this doc
</a>
# Local Notifications
```
$ ionic cordova plugin add cordova-plugin-local-notification
$ npm install @ionic-native/plugins/local-notifications
```
## [Usage Documentation](https://ionicframework.com/docs/native/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
2021-09-29 20:38:45 +08:00