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

Fix cross browser fullscreen support #505

Merged
merged 3 commits into from
Oct 18, 2018
Merged

Fix cross browser fullscreen support #505

merged 3 commits into from
Oct 18, 2018

Conversation

jkemperman
Copy link
Contributor

@jkemperman jkemperman commented Oct 15, 2018

Reintroducing screenfull after its removal in 5234fb0, because fullscreen methods are still prefixed in at least one browser. E.g. the latest chrome has document.webkitFullscreenEnabled.

I tried the latest Chrome/Firefox versions, and both are working.

Fixes #497

Reintroducing screenfull after its removal in 5234fb0, because fullscreen
methods are still prefixed in lots of browsers.
@codecov-io
Copy link

codecov-io commented Oct 15, 2018

Codecov Report

Merging #505 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #505   +/-   ##
======================================
  Coverage    84.1%   84.1%           
======================================
  Files         171     171           
  Lines        5387    5387           
  Branches        1       1           
======================================
  Hits         4531    4531           
  Misses        856     856

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8145b4e...b39fe7d. Read the comment docs.

Copy link
Member

@resir014 resir014 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, I just confirmed this works. Thanks for your contribution!

@resir014 resir014 merged commit 274ec4c into bemusic:master Oct 18, 2018
@jkemperman jkemperman deleted the cross-browser-fullscreen branch October 18, 2018 07:14
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

Successfully merging this pull request may close these issues.

Fullscreen button not visible on some devices
4 participants