Hi Carlos,
I'm sorry it was wrong code. Please try this on device ready event:
pre
var onDelay = function(){
Code: Select all
var pushNotification = window.plugins.pushNotification;
PushNotification.setApplicationIconbadgenumber(0, function(){});
};
window.setTimeout(onDelay, 1000);
/pre
Regards.