window.setResizable(false)在NWjs中不起作用。 window.enterFulscreen()也是NWjs检查员未定义的。
我在Windows10 64位电脑上,拥有最新的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>
我需要导入一些模块吗? 感谢