Support #9812
browser resolution
0%
History
#1 Updated by Greg Shah over 1 year ago
From Andrei Iacob:
What is the official support of FWD for web browsers resolutions? While working on #9772, I've tried some smaller browser resolutions (e.g. 950 x 660), and in some cases drawing was not accurate. Most of the time browser resolution that I'm working with 1920 x 993 100% zoom, but I can go up to 150% zoom with no problem.
#2 Updated by Greg Shah over 1 year ago
Do you mean the size (in pixels) of the browser "content" window? Or do you mean the size of the device screen on which the browser is running?
Either way, we have no established minimum. I can be convinced that we should set some minimum. On the other hand, it does sound like we have some drawing issues to resolve.
#3 Updated by Andrei Iacob over 1 year ago
Greg Shah wrote:
Do you mean the size (in pixels) of the browser "content" window?
The size (in pixels) of the browser "content" window.
Or do you mean the size of the device screen on which the browser is running?
In my case, size of the device screen does not affect the web browsing experience.
#4 Updated by Hynek Cihlar over 1 year ago
Andrei what kind of issues do you see in particular? We should not have issues with any resolution or even scale set in the browser.
#5 Updated by Andrei Iacob over 1 year ago
- after resizing to a small enough size (to enable the browser built-in scrolling bars), and then resizing back, app becomes frozen.
Update: I could not replicate this in Hotel GUI.
#6 Updated by Hynek Cihlar over 1 year ago
Andrei Iacob wrote:
I am not expriencing any rendering issue anymore, most probably I had some problematic changes, but in trying to recreate them I've found something else related to the browser size:
- after resizing to a small enough size (to enable the browser built-in scrolling bars), and then resizing back, app becomes frozen.
Update: I could not replicate this in Hotel GUI.
Try to replicate the issue and then break the client and server. Check the client's main thread callstack and server's conversation callstack.