aframevr / aframe

:a: Web framework for building virtual reality experiences.
https://aframe.io/
MIT License
16.58k stars 3.94k forks source link

Still in VR Mode after exitVR is called on Mobile Safari #3379

Closed azmartone closed 6 years ago

azmartone commented 6 years ago

Description:

Steps to reproduce

  1. Browse to aframe.io
  2. Click Cardboard Icon
  3. Click Close Button on Orientation Modal. This triggers an exitVR() call
  4. The phone still shows the scene in VR mode. It should display regular mode.

This is important because there is no way to exit VR mode on mobile safari.

I've even tried calling forceCanvasResizeSafariMobile with a 1 second delay and still no luck.

img_2841

azmartone commented 6 years ago

Duplicate #3166