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
My hardware is compatible and my graphics drivers are up-to-date.
What happened?
This will be a hard error in the future of winit, but with the newer version you must create the window objects inside the event loop after receiving Resumed. Not doing so will cause issues with various macOS platform features, fullscreen, wgpu bugs, etc.
Other platforms will send Resumed to emulate the behavior.
What is the expected behavior?
Iced creates the windows properly.
Version
master
Operating System
macOS
Do you have any log output?
N/A
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Is this issue related to iced?
What happened?
This will be a hard error in the future of winit, but with the newer version you must create the window objects inside the event loop after receiving
Resumed
. Not doing so will cause issues with various macOS platform features, fullscreen, wgpu bugs, etc.Other platforms will send
Resumed
to emulate the behavior.What is the expected behavior?
Iced creates the windows properly.
Version
master
Operating System
macOS
Do you have any log output?
The text was updated successfully, but these errors were encountered: