Oleg Khorev created CB-11866:
--------------------------------
Summary: Android clear badge does not work
Key: CB-11866
URL: https://issues.apache.org/jira/browse/CB-11866
Project: Apache Cordova
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Reporter: Oleg Khorev
I was trying the following and badge.clear() works on iOS. Nothing from below works on Android
// cordova.plugins.notification.badge.promptForPermission();
// cordova.plugins.notification.badge.set(0);
cordova.plugins.notification.badge.clear();
// var pushNotification = cordova.plugins.notification;
// pushNotification.setApplicationIconBadgeNumber(successHandler,0);
// PushNotification.setApplicationIconBadgeNumber(successHandler, successHandler2, 0);
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org
|