How to set firefox full screen with addon SDK (no html5 api)? -


how set firefox full screen addon sdk (no html5 api)? thank much.

i guess ask f11 version of full screen.

const { getmostrecentbrowserwindow } = require('sdk/window/utils');  getmostrecentbrowserwindow().browserfullscreen(); 

Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -