Is there any way to disable pinch zoom in an electron app?
I can\'t get it to work from inside the web-view with normal javascript methods as described here: https:/
var app = require('electron') app.commandLine.appendSwitch('disable-pinch');
Solution found by mixing these two links:
1 - https://github.com/electron/electron/issues/8793#issuecomment-289791853
2 - https://github.com/electron/electron/blob/master/docs/api/chrome-command-line-switches.md