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

Modernized the fullscreen API and added support for IE11. fixes #1155 #1205

Closed
wants to merge 3 commits into from

Conversation

heff
Copy link
Member

@heff heff commented May 14, 2014

Built on top of #1155. Also fixes #673.

@heff heff mentioned this pull request May 14, 2014
videojs.Player.prototype.requestFullScreen = function(){};
videojs.Player.prototype.cancelFullScreen = function(){};
videojs.Player.prototype.isFullscreen = function(){};
videojs.Player.prototype.isFullScreen = function(){}; /* deprecated */
Copy link
Member

Choose a reason for hiding this comment

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

consider a log with a deprecation warning rather than just a noop.

Copy link
Member Author

Choose a reason for hiding this comment

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

good idea

Copy link
Member Author

Choose a reason for hiding this comment

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

Added the warnings in player.js. This specific file is just the externs file.

Copy link
Member

Choose a reason for hiding this comment

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

Oh, I see, didn't realize that.

@gkatsev
Copy link
Member

gkatsev commented May 14, 2014

Looks good. Much more organized.

@tomjohnson916
Copy link
Contributor

I think this will require an update to the IMA3 plugin. Otherwise I agree this looks more refined.

@heff heff closed this in 46aa551 May 15, 2014
@heff heff deleted the m0v0nage-master branch July 2, 2014 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for IE11 fullscreen API
3 participants