Is there a way to trigger the F11
built-in fullscreen feature programmatically within Electron?
$('.fs-btn').on("click", function(){
// Function call here
});
Inside something like that. The window is not starting out fullscreen, but I'd like the option to be present - and not only from the menu/shortcuts :-)