On macOS, calling win.hide() on a fullscreen window causes a black screen because it interrupts the Space transition animation. This is a known macOS Cocoa limitation (NSWindow.orderOut() + fullscreen). Fix: Exit fullscreen first and wait for 'leave-full-screen' event before hiding the window. Also added render-process-gone handler for debugging renderer crashes. Refs: - https://github.com/electron/electron/issues/20263 - https://github.com/electron/electron/issues/6033 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cli | ||
| desktop | ||
| gateway | ||
| mobile | ||
| server | ||
| web | ||