-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Badge count not displayed with cordova app #137
Comments
Any workarounds on this? I have the same issue |
Hi,
|
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 able to set the badge with phonegap-plugin-push when the device receives push notification but the cordova.plugins.notification.badge.set method is not working anymore although the device/launcher supports ShortcutBadger in android 8+ versions. Any suggestions would be helpful here. |
Hi, Did you solve this problem ? i am also having same problem which count not showing instead of red dot. |
@katzer
I am using cordova android app which needs to show badge count with push notification, but i am facing issue count not displayed for below android 9 & in also in android 9 count not updated on push notification received.
I am using cordova version : 6.4.0
cordova android version : 6.1.0
cordova-plugin-badge : 0.8.6
i have used below code after device ready event fire in app
Can you please help me out with this issue
The text was updated successfully, but these errors were encountered: