If I attempt to access the iOS Simulator's windows immediately on load of Phoenix, no windows are returned. If I do so on appDidActivate, the windows are available as expected.
@Drarok Hey! Is this on system startup or how does the iOS Simulator launch? App.get is not a blocking function, so it returns the current state of the system at any given time.
If I attempt to access the iOS Simulator's windows immediately on load of Phoenix, no windows are returned. If I do so on
appDidActivate
, the windows are available as expected.Output: