-
-
Notifications
You must be signed in to change notification settings - Fork 696
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
VR mode does not work on iPhone #209
Comments
If you can try to debug and submit a fix, please do. |
Just adding some detail - console error thrown when clicking to utilize vr on iphone:
|
Some further sleuthing shows that mobile iOS doesn't support the fullScreen API. A potential solution might be the old .webkitEnterFullscreen() method, though a preliminary addition of that function in the following list did not immediately solve the problem.
|
Ok I forgot that, well the solution will be simple : disable the button when fullscreen is not supported (it's already the case for the "fullscreen" button which is hidden on iOS). I will not spend my time trying to achieve a degraded mode when Apple decides to not even implement the basic web APIs. |
V3.4.0
No change after clicking on the VR icon.
But it works on Android.
The text was updated successfully, but these errors were encountered: