<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[requireInteraction not work in WebExtension?]]></title><description><![CDATA[<p dir="auto">My manifest.json:</p>
<pre><code>"permissions": [
    "notifications"
]
</code></pre>
<p dir="auto">background.js</p>
<pre><code>chrome.notifications.create("inboxDesktopNotification", {
    title: 'Test',
    iconUrl: 'images/icon-128px.png',
    type: 'basic',
    message: "Test",
    requireInteraction: true
}, function() {});
</code></pre>
<p dir="auto">In Chrome and Firefox work fine, but in Opera after 10sec the Notification close without interation. How solve this?</p>
<p dir="auto">[Moved to Add-ons]</p>
]]></description><link>https://forums.opera.com/topic/16163/requireinteraction-not-work-in-webextension</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Jul 2026 11:35:08 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/16163.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 13 Jul 2016 22:49:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to requireInteraction not work in WebExtension? on Wed, 27 Jul 2016 13:15:02 GMT]]></title><description><![CDATA[<p dir="auto">We don't support requireInteraction at the moment. We'll update the docs soon to specify it as well.</p>
]]></description><link>https://forums.opera.com/post/103825</link><guid isPermaLink="true">https://forums.opera.com/post/103825</guid><dc:creator><![CDATA[shwetankdixit]]></dc:creator><pubDate>Wed, 27 Jul 2016 13:15:02 GMT</pubDate></item></channel></rss>