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.
Currently we are using
Element.requestFullscreen(),Document.exitFullscreen(),Document.fullscreenElementand thefullscreenchangeevent (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.