You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on WebOS LGTV application which using chrome 53 v, I am facing an issue with latest videojs version 8+ but it working fine with videojs version 7+
working fine with below script in chrome version 53 <script src="https://vjs.zencdn.net/7.21.1/video.min.js"></script>
getting Uncaught ReferenceError: videojs is not defined error with below given script
If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
Description
I am working on WebOS LGTV application which using chrome 53 v, I am facing an issue with latest videojs version 8+ but it working fine with videojs version 7+
working fine with below script in chrome version 53
<script src="https://vjs.zencdn.net/7.21.1/video.min.js"></script>
getting Uncaught ReferenceError: videojs is not defined error with below given script
<script src="https://vjs.zencdn.net/8.12.0/video.min.js"></script>
Reduced test case
NA
Steps to reproduce
1.chrome v 53
2.
3.
Errors
Uncaught SyntaxError: Unexpected token (
Uncaught ReferenceError: videojs is not defined in chrome v 53
What version of Video.js are you using?
8.12.0
Video.js plugins used.
<script src="https://vjs.zencdn.net/8.12.0/video.min.js"></script>What browser(s) including version(s) does this occur with?
chrome 53
What OS(es) and version(s) does this occur with?
webOS and version-1.2.8
The text was updated successfully, but these errors were encountered: