package.json清单文件应该使应用程序全屏,但最后,程序保持其min_width和min_height。这个包有问题(如果是的话,有什么不对)或者我应该在index.html中添加更多内容吗?
{
"name": "Demo",
"main": "index.html",
"window": {
"title": "Demo",
"toolbar": false,
"frame": false,
"position": "mouse",
"min_width": 1024,
"min_height": 768,
"max_width": 1920,
"max_height": 1080,
"fullscreen": true,
"resizable": true
}
}
提前致谢。
答案 0 :(得分:0)
删除max_width和max_height。这些将大小限制为800x600。
https://groups.google.com/forum/#!topic/node-webkit/1n8rTqwv_V0