Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

With multiple notifications it display only one (bell) icon #810

Closed
FrancescoMussi opened this issue Jan 5, 2016 · 1 comment
Closed

Comments

@FrancescoMussi
Copy link

I really appreciate this plugin!
I just noticed this thing:

When sending multiple notifications i can see only one bell icon (for the last one).
Here is a screenshot from Genymotion (in android phone have same behavior):

screen shot 2016-01-05 at 13 24 26

This is the simple code i am using:

$scope.notification_test = function()
{
var alarmTime = new Date();
alarmTime.setMinutes(alarmTime.getMinutes() + 1);
cordova.plugins.notification.local.schedule(
{
id: 1,
title: 'test 1',
text: 'This is a test notification message!',
at: alarmTime,
icon: "file://img/icon_app.png",
sound: "file://app_notification.wav",
});
}

Do you know why this happens?

@FrancescoMussi FrancescoMussi changed the title With multiple notifications it display only one icon With multiple notifications it display only one (bell) icon Jan 5, 2016
@rwillett
Copy link
Collaborator

Is this still an issue or can it be closed? No update in a year!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants