Is it possible to emulate browser-like behavior in Electron to add zooming with ctrl+scroll wheel?
Yes, it should be possible to emulate that behavior:
webFrame.getZoomFactor()
to get the current zoom level and webFrame.setZoomFactor(level)
to change it.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With