Unity.Notification.showNotification() send a notification twice

Bug #1210979 reported by Thomas
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
WebApps: Applications Data
New
Undecided
Unassigned

Bug Description

When I use the Unity.Notification.showNotification() function in my own webapp I have each notification twice.

For exemple :
function musicPlayerSetup() {
    Unity.MediaPlayer.init("Deezer.com");
    var i = 0;

    setInterval(wrapCallback(function retry() {
 Unity.Notification.showNotification("Number : " + i,"Test",false);
 i = i + 1;
    }), 5000);
}
It sends 2 notifications for each "Number"

Tags: webapps
Thomas (g-canonical)
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.