So basically the "fix" is to:
Make your app to support all orientations and support resizing. Easy !
All disable all orientations on iPad and stick to one orientation.
The funny thing is that my app is already supporting all orientations and I'm using native SwiftUI but the problem is that the window controls are overlapping navigation of my app, which is using standard top-left navigation to go back. So my app is not usable on windowed mode.
I've put a lot of effort on the landscape mode and I will need to disable it. Thank you.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: