Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imhotep/webnotifications
Cordova iOS WebNotifications plugin
https://github.com/imhotep/webnotifications
Last synced: about 1 month ago
JSON representation
Cordova iOS WebNotifications plugin
- Host: GitHub
- URL: https://github.com/imhotep/webnotifications
- Owner: imhotep
- License: other
- Created: 2012-12-03T21:58:32.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-07T00:57:12.000Z (about 12 years ago)
- Last Synced: 2024-10-26T22:33:37.305Z (3 months ago)
- Language: Objective-C
- Size: 120 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebNotifications plugin for Cordova
[w3c Web Notifications](http://www.w3.org/TR/notifications/) implementation for cordova. Adds a few extensions, such as specifying a time delay, which is necessary for making notifications useful on iOS.
## Adding the Plugin to your project
Using this plugin requires [Android Cordova](www.cordova.io)
1. Modify your AppDelegate.m file to add the code supplied in the src/ios/AppDelegate.m.diff file.
## Using the plugin
See example in example/ folder.