iOS icon indicating copy to clipboard operation
iOS copied to clipboard

Double clicking title bar does not do 'Zoom'/'Minimize' action (based on Dock settings)

Open gilsonmandalogo opened this issue 5 years ago • 2 comments

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.

gilsonmandalogo avatar Oct 14 '20 15:10 gilsonmandalogo

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.

zacwest avatar Jan 26 '21 04:01 zacwest

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 :(

pattyland avatar Feb 01 '24 17:02 pattyland