/WebNotifications

Cordova iOS WebNotifications plugin

Primary LanguageObjective-COtherNOASSERTION

WebNotifications plugin for Cordova

w3c Web 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

  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.