SimulatedGREG / electron-vue

An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
https://simulatedgreg.gitbooks.io/electron-vue/content/
MIT License
15.48k stars 1.55k forks source link

使用触屏Windows运行时, 如何禁用双指缩放? #895

Closed morytyann closed 1 year ago

morytyann commented 5 years ago

Ctrl+滚轮确实无法缩放网页, 但是使用双指缩放可以, 这个是bug? 如果不是如何才能禁用呢?

Constaline commented 5 years ago
app.commandLine.appendSwitch('disable-pinch');
LuoRiWuSheng commented 5 years ago

触摸屏可以设置那个手势