flutter-plugins
flutter-plugins copied to clipboard
[desktop_multi_window] after new window is opened if desktop is clicked the second window does not work properly on macos
On macos after a new window is created if the user clicks on desktop and then returns to the second window, setState/build does not work anymore, clicking on buttons does not work anymore and Textfields don't work anymore. This is reproducible on the example app.
edit: GestureDetector onTap works
If you maximize the window then everything works properly even if you switch focus again.
@develocode777 hi, any solutions?
@std-s nope, aside from maximizing
I have the same problem