We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
Oh, thanks, i will fix it soon.
Sorry, something went wrong.
Check in the destroy method, if a video exists(#11)
50022d2
Awesome. Looks like it's fixed. Thanks!
https://github.com/VodkaBears/Vide/releases/tag/0.1.1
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: