0

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?

Vineeth P
  • 11
  • 3

2 Answers2

0

cordova-plugin-badge

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,298
  • 1
  • 22
  • 33
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,119
  • 21
  • 40