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

Vide destroy() method throwing error in iOS 7 #11

Closed
MindSculpt opened this issue Aug 20, 2014 · 3 comments
Closed

Vide destroy() method throwing error in iOS 7 #11

MindSculpt opened this issue Aug 20, 2014 · 3 comments
Labels

Comments

@MindSculpt
Copy link

The vide destroy() method throws an error when invoked dynamically on mobile Safari iOS7:

TypeError: 'undefined' is not an object (evaluating 'this.video.unbind')

...and references line 276:

this.video.unbind(pluginName);

Commenting this out solves the issue, so I'm not sure if it's a syntax error somewhere or if it can just be removed altogether.

PS -- This is the only reliable video background plugin out there. Nice job!

@vodkabears
Copy link
Owner

Oh, thanks, i will fix it soon.

@MindSculpt
Copy link
Author

Awesome. Looks like it's fixed. Thanks!

@vodkabears
Copy link
Owner

@vodkabears vodkabears added the bug label Oct 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants