-
-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zoom (change scaling factor) #388
Comments
Notes;
|
Hi, I'm new to the tauri world though, this issue seems to be a good first one for me to explore! |
I'm glad you are interested! Let's focus on providing method for each platform first. For example on macOS, this is the method you should implement: |
This issue seems to be not touched for a long time... |
@keiya01 Feel free to work on it ❤️ As far as i know nobody is working on it. |
@keiya01 Please feel free to work on it 🙏 |
Is your feature request related to a problem? Please describe.
Currently, it is not possible to zoom the webview (e.g. via Ctrl +, Ctrl -, or Ctrl mousewheel) as expected since every (to me) known browser supports it.
Describe the solution you'd like
Describe alternatives you've considered
Currently, the only suggestion was to change the CSS property
document.style.zoom
.The text was updated successfully, but these errors were encountered: