
electron
code手工艺人
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[electron]Uncaught ReferenceError: require is not defined
运行electron报如题错误, 在创建browserwindow窗口时,添加以下属性即可 webPreferences: { nodeIntegration: true, },原创 2019-11-14 16:01:02 · 749 阅读 · 0 评论 -
[electron]html中使用webview,显示空白
在html中输入以下代码, <webview id="webview_2" src="https://www.baidu.com/" style="height:300px" autosize minwidth="600px"></webview> 运行electron,无法得到加载的页面。 原因:electron >= 5 禁用了 webview标...原创 2019-11-14 15:04:57 · 3229 阅读 · 1 评论