This is a UI action which would be tied to a user interaction, so it would not toggle by default. I tried to call the UI action programmatically, in a local-script, to enable fullscreen on startup, but ran into this Javascript security measure...
Failed to execute 'requestFullscreen' on 'Element': API can only be initiated by a user gesture.
FYI the UI action is also a WebIQ specific solution.
... View more