Launching AR experiences
Handling links
By default links on the same domain will be opened inside the Launch viewer, and links to other domains will be opened in the user's Safari browser.
You can override this behaviour by adding a vl_link
query parameter to the url with a value of external
or internal
. external
will open links in Safari tabs, internal
will keep the user inside the Launch viewer.
const opensInBrowser ="https://www.variant3d.com/?vl_link=external"
const opensInLaunchViewer ="https://www.variant3d.com/?vl_link=internal"
Remember that you will need the Launch SDK embedded and initialised on any page you want to use WebXR on, as well as adding the domain to your authorised domains.