Disable pinch zoom in webkit (or electron)

后端 未结 9 2326
北荒
北荒 2020-12-29 02:23

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:/

9条回答
  •  情歌与酒
    2020-12-29 02:58

    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.

提交回复
热议问题