immersive-web / webvr-polyfill

Use WebVR today, without requiring a special browser build.

Home Page:http://immersive-web.github.io/webvr-polyfill/examples/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"View in VR" does not remove the address bar on iOS

Manny-Mobfish opened this issue · comments

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.

20190503_105149

With the address bar it's unusable with a cardboard.
Tested on iphone 6s, 7 and X

Additional Information:
  • webvr-polyfill version: ^0.10.8
  • Browser name/version/release channel: Chrome on iOS (latest Version)
  • Operating System: iOS

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.

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.