leanflutter / window_manager

This plugin allows Flutter desktop apps to resizing and repositioning the window.
https://pub.dev/packages/window_manager
MIT License
701 stars 193 forks source link

初始的时候最大化窗口,再setFullScreen(false)的时候,窗口异常 #457

Closed ibaoyun closed 1 month ago

ibaoyun commented 4 months ago

在waitUntilReadyToShow的时候,设置fullScreen为true。这个时候发现setFullScreen(false)恢复的时候,窗口只有背景色,无任何内容,也任务栏图标也消失。windowManager.minimize();这个调用也无任何反应。 平台为windows。

Markus43 commented 2 months ago

In english vis google translate:

Title: When the window is maximized initially, and then setFullScreen(false) is called, the window becomes abnormal.

Content: When waitingUntilReadyToShow, fullScreen is set to true. At this time, when setFullScreen(false) is restored, the window only has the background color, no content, and the taskbar icon disappears. The call windowManager.minimize() also has no response. The platform is Windows.

Markus43 commented 2 months ago

@ibaoyun Can you close here since you re-reported in english in #458 ?

lijy91 commented 1 month ago

https://github.com/leanflutter/window_manager/issues/458 重复,先关闭了