-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Full screen icon is not working on Safari 5.0.5 #688
Comments
I can't reproduce this. Is there a live page somewhere I can see this happening? |
I test the video in the videojs.com home page, same error. The button simply is not working and you can see the error in the developing tool for safari. I am using safari 5.0.5 and Mac OS X 10.6.8 Really appreciate your help. |
OK I found the issue, I did a try with the video.dev.js and it is working, the problem with the minification js version. |
Ah, that makes sense. Thanks for digging into that. We need to export enterFullScreen and exitFullScreen here: Should be an easy pull request. Do you want to give it a shot and get contributor credit? |
So just add ????? |
You would also need to change the setLoop part. (sorry for the slow response)
|
I got this error when click on fullscreen icon:
Error: The "enterfullscreen" method is not available on the playback technology's API
I am using Safari 5.0.5.
Thanks for help.
The text was updated successfully, but these errors were encountered: