Just tested it out, looks great! One thing I noticed though -- the function signatures don't match between .h and .m (the .m has the new signature we should be using going forward).
On Tue, Nov 27, 2012 at 9:00 AM, Michal Mocny <[email protected]> wrote: > 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 >
