Pass a query string with Universal AR

Hi,
Does any one have an example of how to pass a variable via a URL using Univeral AR / WebAR ( aframe or three.js preferably) that they could share?

There have been a few discussions in the past but they used Studio and queryStringParameter.

I am after a simple aframe / three.js example

Thanks
Mike

Hi @mikedunn,

You should use URLSearchParams. The link has some examples of usage :slight_smile: