New window scenes on iPad always take the size of the activating window

I'm using multiple scenes in my iPad app.

When I open a new scene from my main window, that new window is always the same size as the previous window.

When I make the main window very small and then create a new scene, that new window is also tiny. When I make the main window very big, you guessed it.

UIWindowScene.sizeRestrictions does not seem to help here. How can I give new windows a default size (it's okay if they're resizable after presenting)? This is such a weird behavior.

Video of the problem in action: https://mastodon.social/@nicoreese/115033539035249909

UIWindowScene.sizeRestrictions does not seem to help here. How can I give new windows a default size (it's okay if they're resizable after presenting)?

You cannot. We have no support for this at the moment. Feel free to file an enhancement request with your reasons.

New window scenes on iPad always take the size of the activating window
 
 
Q