Quantcast
Channel: Touchpad Pinch to zoom not working in Electron (MacOS) - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Arno De Witte for Touchpad Pinch to zoom not working in Electron...

You should call the setVisualZoomLevelLimits method on the webFrame object instead of on the webcontent. As is described here: https://github.com/electron/electron/issues/15417In your renderer you...

View Article



Answer by J Dan for Touchpad Pinch to zoom not working in Electron (MacOS)

Ok, I've found where they changed it: https://github.com/electron/electron/pull/12679And others have this problem:https://github.com/electron/electron/issues/12631#issuecomment-447495983Still trying to...

View Article

Touchpad Pinch to zoom not working in Electron (MacOS)

I am showing web content in a BrowserView in Electron, and looking to allow pinch to zoom. I've tried the following that didn't work: view.webContents.setVisualZoomLevelLimits(1, 3)...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images