标签: electron
是否可以在Electron中模拟类似浏览器的行为以使用ctrl +滚轮添加缩放?
答案 0 :(得分:4)
是的,应该可以模仿这种行为:
webFrame.getZoomFactor()
webFrame.setZoomFactor(level)