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
Hi, i tried same as mention in GitHub, but count not show in app icon, below code i added in ondeviceready function in index.js file, i am developing android app in Cordova.
Hi, i tried same as mention in GitHub, but count not show in app icon, below code i added in ondeviceready function in index.js file, i am developing android app in Cordova.
int badgeCount = 1; ShortcutBadger.applyCount(context, badgeCount); //for 1.1.4+ ShortcutBadger.with(getApplicationContext()).count(badgeCount); //for 1.1.3
Any reply much appreciated.
The text was updated successfully, but these errors were encountered: