How do I enable fullscreen for brackets-shell (which implements CEF)?
I tried adding:
$('.somediv').get(0).webkitRequestFullScreen();
But it doesn't seem to do anything.
I just compile brackets-shell exactly as it comes. I can't tell definitively if brackets-shell comes with it available or not, and I can't tell where to check in the CEF code.
Thanks.