Reputation: 25102
I want to add statusbar notifications to my HTML 5 Phonegap JavaScript application. Is it possible?
Upvotes: 5
Views: 4682
Reputation: 25102
Our team has released plugin for phonegap Android statusbar notifications. https://github.com/phonegap/phonegap-plugins/commits/master/Android/StatusBarNotification
Upvotes: 4
Reputation: 1006819
While PhoneGap has a Notification
API, that seems to be for dialogs and beeps and such, not for Android Notifications
. However, PhoneGap has a plugin architecture, so you (or somebody) could probably extend PhoneGap to support Android Notifications
.
Upvotes: 1