Phonegap-LocalNotification
Phonegap-LocalNotification copied to clipboard
Scheduling notifications is too slow
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 scheduled at the same time.
This is true but is a case by case scenario. If you have code you would like to provide that gives an example of this use feel free to fork and contribute. Maybe adding a new schedule method that is for bulk scheduling would be a good solution...