Files
awesome-cordova-plugins/docs/plugins/local-notifications/README.md
T
2026-03-21 17:08:43 -07:00

29 lines
669 B
Markdown

---
description: >-
Local Notifications plugin for Cordova and Ionic. This plugin allows you to display local notifications on the device
---
# Local Notifications
This plugin allows you to display local notifications on the device
## Installation
```bash
ionic cordova plugin add cordova-plugin-local-notification
npm install @awesome-cordova-plugins/local-notifications
```
**Plugin Repo:** [https://github.com/katzer/cordova-plugin-local-notifications](https://github.com/katzer/cordova-plugin-local-notifications)
## Supported Platforms
- Android
- iOS
- Windows
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)