Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fullscreen vs Presentation API #150

Closed
annevk opened this issue Jul 27, 2015 · 4 comments
Closed

Fullscreen vs Presentation API #150

annevk opened this issue Jul 27, 2015 · 4 comments

Comments

@annevk
Copy link
Member

annevk commented Jul 27, 2015

Could someone look at https://www.w3.org/Bugs/Public/show_bug.cgi?id=16502#c5 for me and see if there's anything we need to do?

I have the feeling we're heading towards a future where "fullscreen" and "presentation" are two different modes, but I might be missing something.

@duanyao
Copy link

duanyao commented Jul 27, 2015

Just FYI, I also proposed
"extend fullscreen API to support second screen" about one year ago, but got discarded. Yes, it seems "fullscreen" and "presentation" will become two seperate things.

@markafoltz
Copy link
Contributor

If I recall presenting part or all of the page's own content on a secondary screen was discussed but out of scope for what the Presentation API was intended. There's a few differences we'd have to bridge:

  • Presentation API applies to two or more separate documents, while Fullscreen API applies to an element within one document
  • Fullscreen API is (nearly) almost always available, while Presentation API is only interesting when there secondary screens available. An important feature of the Presentation API is enabling pages to detect this case and conditionally offer presentation.
  • We specifically don't allow the API to target specific screens (along the lines of the proposal put forth).

That being said, a user requesting a fullscreen is a signal that the element in question is a good candidate for presentation on a secondary display, especially for <video>. @duanyao I encourage you to review the proposal in Issue #13 and comment.

@annevk
Copy link
Member Author

annevk commented Jul 28, 2015

If you find anything that needs collaboration, please don't hesitate to file a new issue at https://github.com/whatwg/fullscreen/issues/new. I'm going to close the bug filed against Fullscreen since it seems we're nowhere close to addressing the multiple monitor case.

@mounirlamouri
Copy link
Member

I do not think there is further action here. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants