-
Notifications
You must be signed in to change notification settings - Fork 147
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
Click and drag not working on Firefox 57 #42
Comments
Hi there, Do you have a HMD connected at all (either Rift or Vive)? cheers James |
@brandonocasey is this related? @Aauslander920 are you using the latest release (1.0.3)? |
@jbroberg Thanks for the quick response! No, nothing fancy - we don't have any HMD connected. Just trying to display some 360-degree video in 1 of our 4 VideoJS instances. And yes, we are using the latest release. |
Hi @jbroberg and @brandonocasey, do you have any update on this issue? Please let me know. |
Seems like windows 57 got native webvr support and that broke the controls, I have a fix |
Hello,
Thank you for this wonderful plugin! Everything works nicely on Chrome and on older versions of Firefox; however, on Firefox 57, we can't click and drag to pan around our 360 stream even though the stream plays. We're getting this error in the console:
TypeError: hmd is null
videojs-vr.js:49450:30
It appears that the plugin isn't fully instantiated on our Videojs instance; Firefox seems not to recognize any VR displays. Please let me know if there is a workaround or fix.
Thanks!
The text was updated successfully, but these errors were encountered: