remove address bar when using browser.windows.update to go fullscreen
-
launchinteractive last edited by
I have an extension that calls browser.windows.update to make a popup window go fullscreen. The fullscreen works, however the address bar sticks around. Is there anyway to tell Opera to hide the address bar? Our extension works fine in Chrome and Firefox.
-
launchinteractive last edited by
Also, I'm using window.open instead of browser.windows.create because my two windows need to have access to each other.