Hi all, As promised, this is the first version of a w3c Web Notifications implementation for iOS.
https://github.com/mmocny/phonegap-plugins/tree/web_notifications/iOS/WebNotifications Example usage includes scheduling notifications in the resign event (the bugfix to allow executing js, including further exec calls, during that time was fixed earlier). Upcoming work: - Android version (we already have a plugin that is very close to this) - Improved scheduling (intervals, set date/time) The plugin needs more testing for when notifications fire while app is not running, so mileage may vary there. Let me know what you think! -Michal
