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
Plugin info
"dependencies": {
"@ionic-native/badge": "^4.20.0",
"cordova-plugin-badge": "0.8.8",
}
I am facing issues for badge plugin . From settings screen open application -> application info -> clear data After that also on app icon badge count is displayed.
so after clear data from settings screen badge count should not display
this.Subscription = Observable.interval(5000)
.subscribe((val) => {
this.badge.set(15);
});
Plugin info
"dependencies": {
"@ionic-native/badge": "^4.20.0",
"cordova-plugin-badge": "0.8.8",
}
ionic info
Android SDK Tools : 26.1.1 ( NodeJS : v8.11.2 npm : 6.9.0 OS : Windows 10
The text was updated successfully, but these errors were encountered:
SanjanaTailor
changed the title
Badge count not clear from clear Data in settings screen
Badge count not removing when clear Data perform from settings screen in android
Apr 30, 2019
@katzer : Can you please help me on it ?
https://ionicframework.com/docs/v3/native/badge/ installed this plugin
Plugin info
"dependencies": {
"@ionic-native/badge": "^4.20.0",
"cordova-plugin-badge": "0.8.8",
}
I am facing issues for badge plugin . From settings screen open application -> application info -> clear data After that also on app icon badge count is displayed.
so after clear data from settings screen badge count should not display
this.Subscription = Observable.interval(5000)
.subscribe((val) => {
this.badge.set(15);
});
Plugin info
"dependencies": {
"@ionic-native/badge": "^4.20.0",
"cordova-plugin-badge": "0.8.8",
}
ionic info
Ionic:
ionic (Ionic CLI) : 4.1.2 Ionic Framework : ionic-angular 3.8.0 @ionic/app-scripts : 3.0.1
Cordova:
cordova (Cordova CLI) : 9.0.0 ([email protected]) Cordova Platforms : android 6.3.0 Cordova Plugins : no whitelisted plugins (14 plugins total)
System:
Android SDK Tools : 26.1.1 ( NodeJS : v8.11.2 npm : 6.9.0 OS : Windows 10
The text was updated successfully, but these errors were encountered: