Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to create Android statusbar notifications in HTML 5 Phonegap JavaScript application?

I want to add statusbar notifications to my HTML 5 Phonegap JavaScript application. Is it possible?

like image 431
Alexey Zakharov Avatar asked Jul 31 '11 10:07

Alexey Zakharov


2 Answers

Our team has released plugin for phonegap Android statusbar notifications. https://github.com/phonegap/phonegap-plugins/commits/master/Android/StatusBarNotification

like image 120
Alexey Zakharov Avatar answered Sep 20 '22 17:09

Alexey Zakharov


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.

like image 38
CommonsWare Avatar answered Sep 16 '22 17:09

CommonsWare