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:/
meta tag should have worked. Try using the minimum-scale=1.0
And if it also not works then add both the minimum and maximum scale
P.S. : It will disable zooming on mobile phones only.