Re: [whatwg/fullscreen] Request Fullscreen take additional options (#123)

@foolip 
> Is the video case special, or do you mean that even with randomElement.webkitRequestFullscreen(), the status bar will always be visible?

I mean that iOS Safari doesn't support the "Fullscreen API" specification; the only fullscreen mode available is the old, unspecified `HTMLVideoElement.webkitEnterFullscreen()` one, that takes a `<video>` element into a fullscreen mode and adds native media controls (regardless of the `controls` attribute).

> If no soft keys are shown by default, make them visible (uncontroversial, I presume).

Indeed.

> If they are, hide them, but perhaps only if the user has jumped through a number of hoops, probably browser-specific, perhaps something like the web app being "installed".

Indeed as well. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/issues/123#issuecomment-380967554

Received on Thursday, 12 April 2018 22:48:43 UTC