ebiten
ebiten copied to clipboard
ebiten: `SetFullscreen(true)` doesn't work on Safari
webkitfullscreenerror event is fired. 'sandbox="fullscreen"' might be required at an iframe. This function on browsers must be called as a result of a gestural interaction or orientation change.
Chrome and Firefox are fine.
https://fullscreen.spec.whatwg.org/#api There is no restriction about user gestures, but why doesn't Safari work?