Alexey Zakharov
Alexey Zakharov

Reputation: 25102

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?

Upvotes: 5

Views: 4682

Answers (3)

Alexey Zakharov
Alexey Zakharov

Reputation: 25102

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

Upvotes: 4

yesh
yesh

Reputation: 2070

You can use this Plugin to create status bar notifications

https://github.com/saileshmittal/phonegap-system-notification-plugin/blob/master/android-statusbar-notificaion/README

Upvotes: 1

CommonsWare
CommonsWare

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

Related Questions