My Notification object is automatically closing, can it don't close? object: notification = new Notification(titulo, { icon: "iconImageUrl", body: "body"});
My Notification object is automatically closing, can it don't close?
object: notification = new Notification(titulo, { icon: "iconImageUrl", body: "body"});
I need that it close only when the user click the notification, thank!
All Replies (1)
A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.
Modified