window.setResizable(false) が NWjs で動作しません。window.enterFulscreen() も NWjs インスペクターによって未定義になっています。
私はWindows10 64ビットPCを使用しており、最新のNWjsがセットアップされています。
<script type="text/javascript">
// Create a new window and get it
// Open URL with default browser.
window.enterFullscreen()
// nw.Shell.openExternal('https://github.com/nwjs/nw.js');
// window.setResizable(false);
</script>
モジュールをインポートする必要がありますか? ありがとう