You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 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?
The text was updated successfully, but these errors were encountered:
// 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 ?
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?
The text was updated successfully, but these errors were encountered: