immersive-web / webvr-polyfill

Use WebVR today, without requiring a special browser build.
http://immersive-web.github.io/webvr-polyfill/examples/
Apache License 2.0
1.4k stars 325 forks source link

Chrome on Android, does not render after distortion. #116

Closed AdaRoseCannon closed 8 years ago

AdaRoseCannon commented 8 years ago

I think this maybe a bug as it works on older chrome and desktop chrome but breaks on current android chrome.

I put together a simple demo with three.js and the webvr polyfill and it works fine on Chrome Desktop (50) and Samsung Browser on Android (Modified Chrome 44) but Chrome 50 on Android does not render the video when rendering for Cardboard.

Testing steps:

  1. Open android chrome
  2. https://ftlabs.github.io/three-sixty-video
  3. Press play and wait for the video to start playing
  4. Press the cardboard button, a black screen is displayed with the cardboard icons no distorted video.

What should be displayed:

Cardboard UI with distorted video.

Platform: Chrome 50, Samsung Galaxy S6.

AdaRoseCannon commented 8 years ago

This is the error from the console: image

AdaRoseCannon commented 8 years ago

Seems to be fixed in latest. :)