Open
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
30.0.7
What operating system are you using?
Other Linux
Operating System Version
Alpine Linux x86_64 v.3.20
What arch are you using?
x64
Last Known Working Electron version
Expected Behavior
Electron app launches and it isn't glitching on window scalling / maximalization, when running on host with scalled wayland display.
Actual Behavior
Electron is misinterpreting input, not scaling it's app viewport more than the default screen resolution, regardless of screen scaling used.
Testcase Gist URL
No response
Additional Information
Problem can be reproduced with KDE Plasma with Wayland support and display scaling set to be lower than 100%
in the display configuration. Electron ozone platform should be set as follows:
export ELECTRON_OZONE_PLATFORM_HINT="wayland"