Double clicking title bar does not do 'Zoom'/'Minimize' action (based on Dock settings)
Describe the solution you'd like I'd like to double click on the window title to zoom the app, like almost every app on mac.
This is happening because we disable normal title handling (to make it look prettier) -- and this appears to be a casualty of that. Re-enabling the title bar makes this start working. I'm guessing it's so it doesn't conflict with other dragging behavior.
Getting this to work would be easy in an AppKit Mac app, but harder in a Catalyst Mac app since we don't have direct control over the event stream in the window. This is going to require some clever gross code.
It does look pretty, but for someone that switches a lot between screens I would really like this decision to be reconsidered. Double click on the Windows Title is the only way I get my apps in the size they should be :(