flutter-plugins icon indicating copy to clipboard operation
flutter-plugins copied to clipboard

[desktop_multi_window] Bringing the already opened window in front

Open bahricanyesil opened this issue 3 years ago • 1 comments

Is there a way to bring the already opened window in front? I know that we can close a window or open the same one by closing it. However, I want to ask whether we can bring in front a window that is already opened as a sub-window but in the background since the user returned to the main app window.

bahricanyesil avatar Jun 20 '22 05:06 bahricanyesil

I have a similar request to this - is it possible to make a sub-window activate in the foreground if the main window is in the background? Otherwise the new window is behind some other application. My current workaround is to first activate the main window, then open the sub-window and it will show in the foreground. Use case is if some background event is to trigger a new window to pop up in front of the user.

tyrel2000 avatar Jul 27 '22 21:07 tyrel2000