-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
The fullScreen
is not functioning properly.
#458
Comments
Yes, I'm facing the same issue, when I switch from one display to another. |
You can skip the issue until it is resolved .
|
In the setFullScreen function , setSize is Future function need await |
Just to add: There's a working plugin for windows here: https://pub.dev/packages/fullscreen_window - might be interesting to compare the code and evaluate the differences. |
During
waitUntilReadyToShow
, thefullScreen
is set totrue
. However, when the window is restored usingsetFullScreen(false)
, it only displays the background color without any content and the taskbar icon also disappears. Additionally, callingwindowManager.minimize();
has no effect either. The platform in use is Windows.The text was updated successfully, but these errors were encountered: