Does anyone have a working solution to disable all kinds of zooming in electron v0.35.0? (including pinch zoom and smart zoom (on mac))
Asked
Active
Viewed 1,362 times
2
-
I'm pretty sure the viewport tag can handle that. – durbnpoisn Nov 27 '15 at 18:12
-
Tried it before and didn't work. – Richard Erdos Nov 27 '15 at 18:17
-
possible duplicate of: http://stackoverflow.com/questions/4389932/how-do-you-disable-viewport-zooming-on-mobile-safari I do not know why that wouldn't work. – durbnpoisn Nov 27 '15 at 18:23
-
1@durbnpoisn It's not a duplicate, that's for mobile view. I want to disable it in electron (desktop app). Somehow, the developers of atom managed to disable it in their app, so it must be possible. – Richard Erdos Nov 27 '15 at 23:42