sindresorhus / screenfull

Simple wrapper for cross-browser usage of the JavaScript Fullscreen API
https://sindresorhus.com/screenfull
MIT License
7.08k stars 698 forks source link

Electron app once called .exit() minimizes to tray on mac os safari. #220

Open rgabaydullov opened 1 year ago

rgabaydullov commented 1 year ago

Hi, everybody!

We're using Electron app which overlaps our browser wep abpplication.

So for Electron users when they are trying to exit from a fullscreen mode via screenful.exit() the Electron Desktop app minimizes to tray on Safari.

Have you faced with this problem? It seems similar to a iOS Safari restriction for manual toggle Fullscreen mode.

BTW we can't debug this issue and can't provide a working example cause of NDA so I'll try to explain as much as I can.