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

Getting TypeError in iOS when autoplay and no poster #699

Closed
mikerandall opened this issue Aug 22, 2013 · 1 comment
Closed

Getting TypeError in iOS when autoplay and no poster #699

mikerandall opened this issue Aug 22, 2013 · 1 comment
Labels
needs: reduced test case A reproducible test case is needed. See https://stackoverflow.com/help/minimal-reproducible-example

Comments

@mikerandall
Copy link

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.

screen shot 2013-08-22 at 12 36 43 pm

@heff
Copy link
Member

heff commented Oct 8, 2013

Is your example different from this version in any way?
http://jsbin.com/UJemoxu/1/edit

I just pushed the 4.2.1 tag for the bower component, so you can use the newest version.

@heff heff closed this as completed Oct 8, 2013
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs: reduced test case A reproducible test case is needed. See https://stackoverflow.com/help/minimal-reproducible-example
Projects
None yet
Development

No branches or pull requests

2 participants