-
Notifications
You must be signed in to change notification settings - Fork 17.1k
Closed as not planned
Labels
Description
Preflight Checklist
- I have read the Contributing Guidelines for this project.
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for a bug report that matches the one I want to file, without success.
Electron Version
27.0.1
What operating system are you using?
Windows
Operating System Version
Windows 10
What arch are you using?
x64
Last Known Working Electron version
NA
Expected Behavior
I added on my rendere.js file the following statement:
require('electron').webFrame.setVisualZoomLevelLimits(1, 3)
When the web page is loaded in the electron form the CTRL + mousewheel +/- and The CTRL + +/- keys should zoom in/out the page.
Actual Behavior
I added on my rendere.js file the following statement:
require('electron').webFrame.setVisualZoomLevelLimits(1, 3)
When the web page is loaded in the electron form the CTRL + mousewheel +/- does not work. The CTRL + +/- keys don't work as well.
Testcase Gist URL
No response
Additional Information
No response
Reactions are currently unavailable