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

There are multiple uses of fullscreen, videos, gaming, etc. Sometimes an app may wish to just be transient full screen and want to just hide the status and URL bar.

Does it make sense to augment requestFullScreen with a dictionary so that applications can possibly not set 

This can be done in native apps on Android by not specifying [SYSTEM_UI_FLAG_HIDE_NAVIGATION](https://developer.android.com/reference/android/view/View.html#SYSTEM_UI_FLAG_HIDE_NAVIGATION)

As well iOS has some APIs such as [hidesBottomBarWhenPushed](https://developer.apple.com/documentation/uikit/uiviewcontroller/1621863-hidesbottombarwhenpushed) and [prefersstatusbarhidden](https://developer.apple.com/documentation/uikit/uiviewcontroller/1621440-prefersstatusbarhidden)





-- 
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

Received on Tuesday, 27 March 2018 14:41:46 UTC