Skip to content

WebXR Preview

David Arayan edited this page Jun 28, 2018 · 3 revisions

This document can be used as a reference on how to setup and preview existing apps via the WebXR API. WebXR is still in development/preview and is not finalised.


Minimum Requirements

To preview Plattar apps via the WebXR API, the following minimum requirements must be met.

  1. ARCore enabled Android Device. Check the Supported Device List for more info
  2. Latest installed version of Chrome Canary

Setup

Follow these instructions to configure your device for WebXR.

  1. Open Chrome Canary and visit chrome://flags
  2. Enable WebXR Device API #webxr
  3. Enable WebXR Hit Test #webxr-hit-test
  4. Disable WebVR #enable-webvr
  5. Find your Plattar App ID via the Plattar CMS

View App via WebXR

Using Chrome Canary visit the following URL.

https://app.plattar.com/themes/sdkLive/index.html?appid={YOUR APP ID}

Clone this wiki locally