Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.