requireInteraction not work in WebExtension?
-
brcontainer last edited by
My manifest.json:
"permissions": [ "notifications" ]
background.js
chrome.notifications.create("inboxDesktopNotification", { title: 'Test', iconUrl: 'images/icon-128px.png', type: 'basic', message: "Test", requireInteraction: true }, function() {});
In Chrome and Firefox work fine, but in Opera after 10sec the Notification close without interation. How solve this?
[Moved to Add-ons]
-
shwetankdixit last edited by
We don't support requireInteraction at the moment. We'll update the docs soon to specify it as well.