aravindforums1

Results 11 comments of aravindforums1

> Thanks @katzer So, there's no solution to display the badge count without depending on Push Notification like in IOS. Am I correct? > > In our app, we were...

> Any update on this as we are having the same issue? Is there a way to modify the APK generated by PhoneGap and add the native Android calls for...

> In our startup function ons.ready(function () { > > // mor code cordova.plugins.notification.badge.set(0); cordova.plugins.notification.badge.clear(); //END READY FUNCTION So the badge should be empty, but keeps showing "1" only in...

> hello,have you solved this problem? No

> I'm using ShortcutBadger latest version with `cordova-plugin-fcm-with-dependecy-updated` Notification badge update ok in ios by set badge number in payload but, in android cannot set badge in payload > >...

> Hi, In iOS, you have to store notification info into database then, calculate badge number, increase one, and set it in payload as badge: > > ``` > function...

> Hi, In iOS, you have to store notification info into database then, calculate badge number, increase one, and set it in payload as badge: > > ``` > function...

> We also experiencing this problem. > > We have tried browserstack, default stock android and also an android device. Non are working is it correct way i call the...

> Hi, You should not use 0.8.8 version of the plugin since it is not fixed yet. You could try using https://github.com/moodlemobile/cordova-plugin-badge/releases/tag/0.8.8-moodle.1 - they have added implementation instead of compile,...

> Hi, You should not use 0.8.8 version of the plugin since it is not fixed yet. You could try using https://github.com/moodlemobile/cordova-plugin-badge/releases/tag/0.8.8-moodle.1 - they have added implementation instead of compile,...