-
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
"View in VR" does not remove the address bar on iOS #346
Comments
Some day iOS Safari will support fullscreen API, but until then 🙃 |
but the browser in question is not Safari |
This is still not fixed. Apparently two years was enough time for Safari's VR to be fully built out without reproducing this bug, and still, Chrome hasn't responded. It's probably only a small fix, too. Just hide the URL bar when the Google Cardboard API says that the headset is on. It's exactly that simple. |
This requires iOS to support fullscreen API, or to allow other browser engines on the device (iOS Chrome still uses Safari Webview, limited by what Safari implements). There may be new hacks available in 2021 to circumvent Apple intentionally dragging down the web. |
Yikes, after that read - I guess I'm not surprised. But I should be. This is malice disguised as neglect coming from Apple. I hope they get some sense on this matter soon. |
Description:
Hello,
a click on the button "View in VR" does not work properly. It does not remove the address bar of the chrome browser on iOS devices. On Android it works without any problems.
You can test it here for example:
Quality compairson webvr expirience
The button "View in VR" is only displayed if the webvr-polyfill is included in the code. Thats why I guess this is an issue related to you project.
With the address bar it's unusable with a cardboard.
Tested on iphone 6s, 7 and X
Additional Information:
The text was updated successfully, but these errors were encountered: