I am using Phonegap to build a android app.Almost developments are completed.I have a notification page in my mobile app.The problem is to show the notification number in the app icon when new notification comes.I tried many methods but all are showing error.Is there any plugin to craete notification badge?Because of this issue i can't close my project.Can anyone help me?
Asked
Active
Viewed 1,276 times
2 Answers
0
This plugin allows you to set, get, clear, increase and decrease the badge number. For Android the plugin offers additional configuration flags.
Find out more about how to set, increase or decrease the badge here.
To get a deep overview try out the Kitchen Sink App

Jose Kj
- 2,912
- 2
- 28
- 40
-
this plugin uses ShortcutBadger so see [supported launchers](https://github.com/leolin310148/ShortcutBadger) – Jose Kj Dec 08 '16 at 06:12
-
then how to go to the specific notification page on click?can u help me – Vineeth P Dec 08 '16 at 08:29
-
[How to open specific page](https://github.com/phonegap-build/PushPlugin/issues/213) – Jose Kj Dec 08 '16 at 08:37
-
Jose i used notification badge plugin .How i go to the corresponding page on click? – Vineeth P Dec 09 '16 at 09:30
-
i am not familiar with this , but i suggest ....try to display all notifications in a single page(like watsApp) and from there navigate to diffrent notifictions – Jose Kj Dec 09 '16 at 18:19
-
Jose,can u give me a url?? – Vineeth P Dec 12 '16 at 04:27
0
Stock Android does not offer this functionality at the moment on the standard launcher.
Certain manufacturers (e.g. Samsung notably, HTC, LG, Mi) have included this functionality into their customized Android launchers. Also some 3rd-party launchers (e.g. Nova Launcher) have included an API to accomplish this.
Original Answer : here

Community
- 1
- 1

Hardik Vaghani
- 2,163
- 24
- 46