With an electron app on Mac I can use the trackpad to pinch zoom into the application either by tapping with 2 fingers or pinch zoom. I could not find a way to disable this behavior (I was hoping for some meta tag I could use to control this behavior in Chrome itself, but it did not work: http://stackoverflow.com/questions/11689353/disable-pinch-zoom-on-mobile-web).
Ideally in Electron I have API to disable this behavior or control what it should do.
With an electron app on Mac I can use the trackpad to pinch zoom into the application either by tapping with 2 fingers or pinch zoom. I could not find a way to disable this behavior (I was hoping for some meta tag I could use to control this behavior in Chrome itself, but it did not work: http://stackoverflow.com/questions/11689353/disable-pinch-zoom-on-mobile-web).
Ideally in Electron I have API to disable this behavior or control what it should do.