#SwiftUI Has anyone got openWindow to work on iPadOS from the Command menu? Console throws "Use of OpenWindowAction requires the SwiftUI App Lifecycle" (the whole app is). Button works fine when inside a View (and works on Mac)
@curtclifton Just filed for you as FB12988541.
I've also noticed OpenWindowAction is unable to open more than 2 windows of the same type with differing values. Not sure if that's an intended limitation, but it is inconsistent with macOS where it works as expected. Filed as FB12988647. https://gist.github.com/phillipcaudell/105f24c07cbdf9f640c620ec2504184f
@phill thanks!