Phonegap-LocalNotification icon indicating copy to clipboard operation
Phonegap-LocalNotification copied to clipboard

An example of how to use the LocalNotification plugin for Phonegap

Results 8 Phonegap-LocalNotification issues
Sort by recently updated
recently updated
newest added

**localNotifier.cancelNotification('123');** does not work.

I'm new and try to create an app with the plugin. I setup phonegap 3.0 based on phonegap documentation, and tried to import your plugin based on the guide, but...

This is the first time using a plugin on Phonegap, so apologies if I've missed something out. However, if I follow the README in the 2.3+ directory, Xcode throws a...

Hello, I made all the steps but when I try to set a notification i get this error, anyone knows what's wrong? ERROR: Plugin 'LocalNotification' not found, or is not...

Hi Drew, I've got an error while trying to use your plugin with PhoneGap 3.0: the background callback is not called! The foreground callback works well, but the background callback...

Notifications take a very long time to schedule, especially if you want to use up all 64 allowed local notifications. This could be solved by allowing multiple notifications to be...

Hello, in my app when I set a local notification and then force close my app, then notifications occurs at correct time, but when I tap on the notification, the...

I think a good improvement to make would be adding weekend support to the repeat options. Currently we have weekday, everyday, and once.