也许我安装了不正确的东西,但无论我尝试什么,我都无法在iframe中显示浏览器窗口。我从我在主页中找到的示例中复制粘贴的代码:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Test</title>
</head>
<body>
<b>You should be able to see Google in an iframe below:</b>
<iframe src="https://www.google.com" style="width: 80%;" nwdisable nwfaketop>
</iframe>
</body>
</html>
我还复制粘贴了JSON文件:
{
"name": "test",
"main": "main.html",
"window": {
"width": 600,
"height": 400,
"position": "center",
"title": "Test",
"resizable": true
}
}
当我使用&#34; C:\ node-webkit \ nw.exe运行代码时。&#34;从命令行,我得到了#34;你应该可以在下面的iframe中看到Google:&#34;下面有一个空盒子。
另外,我在Windows上。我能得到的任何帮助都将不胜感激。
编辑:我能够运行所有示例应用here
答案 0 :(得分:0)
问题是我试图在HTTP窗口中加载HTTPS站点。