-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
kiwi: Compensate for page zoom in resize messages from/to JavaScript. #1370
Conversation
Later on, we could add an option to actually obey the zoom settings. Fixes dnschneid#1295.
No good on Pixel. Display only works (non-black) if I enable hi-dpi mode and system-zoom out to native resolution. |
And not device/CSS ratio.
OK so now it's improved, but it doesn't display anything on first launch (you have to resize the window). |
Can't reproduce on peppy... Is it happening with normal system scaling? Both with hi-dpi enabled and disabled? Can you post the first few lines of console log? Maybe I can spot the problem..... |
Let's track this in #1322... |
kiwi: Compensate for page zoom in resize messages from/to JavaScript.
Hope this is not too 'irrelephant' but my HP Chromebook 14 requires resizing before the desktop display appears on both gnome & kde. I've just learned to live with it thinking that it'll get fixed at some point.
|
OK, let's file a new bug for that then. |
Later on, we could add an option to actually obey the zoom settings.
Needs testing on a HiDPI device (Pixel).
Fixes #1295.