popup with tabs.update () does not work correctly in Opera JavaScript
-
annahernandez99 Banned last edited by
My question is very similar with Callback of chrome.tabs.create is not triggered in a popup? but a little different. I have some js code
context.tabs.update(tab.id, {
url: "dmanager:" + tab.url
});
In Opera, when a button is pressed and this function is called for the first time, a pop-up window appears prompting you to download a video, but the next time you call this function (by clicking the button), the window does not appear. I also tried to indicate active in true and false, but it did not helpcontext.tabs.update(tab.id, {
url: "dmanager:" + tab.url,
active: false
});
How do I make the window pop up constantly when I call tabs.update ()? -
annahernandez99 Banned last edited by
@annahernandez99
Probblem still not solved. Please let me know if theres any solution. -