Disable pinch zoom in webkit (or electron)

后端 未结 9 2352
北荒
北荒 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:48

    I got the easiest fix for this, in the index.html or similar file for your project, within the script tag, include electron and configure zoom level as below,

    
    

    This works perfectly fine across devices. The viewport meta tag approach doesn't work well on desktop, only fixes issue on mobile devices.

提交回复
热议问题