Skip to content
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

IOS Badge keeps showing 1 #143

Open
pc-partner opened this issue Oct 26, 2020 · 1 comment
Open

IOS Badge keeps showing 1 #143

pc-partner opened this issue Oct 26, 2020 · 1 comment

Comments

@pc-partner
Copy link

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 IOS.
Am I missing something?

@aravindforums1
Copy link

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 IOS. Am I missing something?

Hi, you can show badge count in Android also ? pls provide which plugin you added ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants