Demos of WebVR navigation techniques for WebVR 1.1 Spec.
WebVR 1.1 specification supports navigation.
For those using A-Frame, the A-Frame team have added Link Traversal to navigate from one WebVR page to another WebVR page. Link traversal uses URLs to navigate to new scenes. This means Link Traversal works the in the same way as how current web pages work. No need to manipulate the web history or using URL parameters.
- A-Frame demo by Ada
Links (These demos are not implemented in A-frame.) - You can press the "back" or "next" to get to a different scene.
This demo follows Oculus's navigation concept called Deep Linking. The idea is to introduce WebVR to WebVR page navigation while in Webvr presentation mode. The idea utilizes the history API. The history API allows for manipulation of the history and push new "states" to the history stack.
Thanks @Tim Chang, for help during his time (Summer'17) as an intern on my team.