You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting fullscreen or frameless causes mediaquery to report back incorrect screen sizes.
To Test:
Set frameless.
Call mediaQuery.of(context).size to get screen dimensions
Create transparent container with a thin coloured border of 0.5 based on mediaquery results
The coloured perimeter line disappears on certain sides, usually the bottom, suggesting the mediaquery is not reporting the actual visible window size.
The text was updated successfully, but these errors were encountered:
damywise
pushed a commit
to damywise/window_manager
that referenced
this issue
Jun 26, 2023
…om fullscreen (#359)
- Removes the line that `cuts the app at the bottom by the pixel to prevent jitter when resizing app`
- Remove the line that `cuts the app by 3 pixels at the bottom when full screen`
- Fixes#311, #266, #228, #355, #237
Setting fullscreen or frameless causes mediaquery to report back incorrect screen sizes.
To Test:
Set frameless.
Call mediaQuery.of(context).size to get screen dimensions
Create transparent container with a thin coloured border of 0.5 based on mediaquery results
The text was updated successfully, but these errors were encountered: