2

I have a question related to augmented reality using AR.js. How can I redirect an user to another page once the specified marker has been identified, I tried using A-frame also but no help.

Piotr Adam Milewski
  • 14,150
  • 3
  • 21
  • 42

1 Answers1

2

This is one of the big problems with AR.js. There is a pull request up that has not been merged that would fix this problem. You can take a look and make similar edits in the library yourself to get an event to trigger your page redirect.