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
In iOS when I try to view a video using autoplay and no poster, I'm getting the following error:
TypeError: 'null' is not an object (evaluating 'this.I.poster=h')
video.js line 82
It appears that this issue might be related to #593. However, I'm using bower to manage this package, and while the main repo says it's at version 4.1.0, the bower repo is saying it's at 4.0.3, which it says is the latest. So I'm not sure if the 593 fixed this, or if it introduced it.
The text was updated successfully, but these errors were encountered:
In iOS when I try to view a video using autoplay and no poster, I'm getting the following error:
TypeError: 'null' is not an object (evaluating 'this.I.poster=h')
video.js line 82
It appears that this issue might be related to #593. However, I'm using bower to manage this package, and while the main repo says it's at version 4.1.0, the bower repo is saying it's at 4.0.3, which it says is the latest. So I'm not sure if the 593 fixed this, or if it introduced it.
The text was updated successfully, but these errors were encountered: