-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fullscreen API compatibility with Safari #2935
Copy link
Copy link
Closed
Labels
DS - webAffects the Web backend (WebAssembly/WASM)Affects the Web backend (WebAssembly/WASM)
Description
Currently we are using Element.requestFullscreen(), Document.exitFullscreen(), Document.fullscreenElement and the fullscreenchange event (in #2929) to access the Fullscreen API.
However the whole API is prefixed on Desktop Safari <16.4 and on iOS Safari (only iPad, on iPhones the whole API isn't supported), which we currently don't take into account.
I will fix this after #2929.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DS - webAffects the Web backend (WebAssembly/WASM)Affects the Web backend (WebAssembly/WASM)