-
Notifications
You must be signed in to change notification settings - Fork 32
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
NotAllowedError with autoplay on mobile devices #18
Comments
Can you provide some context? Which browser are you seeing this in? Which version of that browser? |
I'am getting the same error when trying to autoplay on Safari browser Version 12.0 (14606.1.36.1.9) and also the same error but with different message |
Same as @dhargo: Chrome 71.0.3578.98 and Safari 12.0.2. Is the library calling manually *.play() somewhere? Could be devices don't like that maybe? I ended up using pure html video tag instead and handling events we need. |
Looks like #19 will fix this. |
We are getting
Unhandled Promise Rejection: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
when trying to autoplay on mobile devices.Anyone knows a workaround for this?
The text was updated successfully, but these errors were encountered: