-
Notifications
You must be signed in to change notification settings - Fork 325
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
WebVR in mobile systems black screen in requestPresent #330
Comments
Hello! When using the HTC Vive, the polyfill will not do much -- it'll mostly be transparent since you're using the real WebVR API, and it only activates when |
Hello! Thanks for answer, this is the link : http://ec2-34-208-138-249.us-west-2.compute.amazonaws.com:7900/home.html Stay black, I don't get it. in divided mode, cardholder, not showing and not executing requestPresent. |
I can recreate this on Chrome 67 with WebVR disabled. That being said, not sure what the issue is. I'd recommend reducing things in the scene to see what's causing it |
It's happening in chrome and safari. So the issue is not the browser itself, Let me reduce the scene and I let you know. Maybe try to use cardboard-vr-display and see if the issue still there |
This is happening for me with android devices (no problems on iOS). Any news on this ? |
With other scenes rendering OK, if there's an isolated test case of what in the scene is causing this, I can take a look |
Description:
Greetings,
We have a very weird bug with the WebVR implementation in our System. We are trying to use webvr-polyfill library (https://github.com/immersive-web/webvr-polyfill) with our system and works great in HTC VIVE and WebVR Simulator Extension for Google Chrome. the issue is trying to call : window.vrDisplay.requestPresent([{ source: this.renderer.domElement }]); in Mobiles ( IPhone 7 IOS and Samsung Galaxy S8 Android) The screen stay black and the debug not throw any error in the console when we debug the Android device with google chrome remote debugging. when I quit the WebVR (Button calling window.vrDisplay.exitPresent();) There's error that never was presented. We think that there's some library that can be conflicting, we are using Zepto, MMDParser, ThreeJS, Tween, Stats (fps). Also we are importing Lodash. I quit the libs and still not working. I don't know If I miss any library or configuration but is working for my HTC Vive.
Hopefully you can give me a good way to proceed
Best Regards
Additional Information:
The text was updated successfully, but these errors were encountered: