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

exit doesn't work on safari #196

Open isaacfink opened 2 years ago

isaacfink commented 2 years ago

screenfull.exit() doesn't seem to work on safari macos, no error in console

sindresorhus commented 2 years ago

It works fine for me in the demo: https://sindresorhus.com/screenfull/

rubickecho commented 2 years ago

yes, it works for me

safari info: version 14.1.1 (16611.2.7.1.4)

BobbyBakes commented 2 years ago

We had a report that screenfull was not working on safari as well. Did anything come of this?