You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following the guides from the wikitude cordova documentation. When I am running my application, I am getting an error when trying to load a AR object. The actual error code I get is:
[console.log] Error in Success callbackId: WikitudePlugin1329171891 : ReferenceError: AR is not defined
Hi,
I am following the guides from the wikitude cordova documentation. When I am running my application, I am getting an error when trying to load a AR object. The actual error code I get is:
[console.log] Error in Success callbackId: WikitudePlugin1329171891 : ReferenceError: AR is not defined
explore.html
<script src="https://www.wikitude.com/libs/architect.js"></script>`
explore.js
`var app = {
};
app.initialize();`
The text was updated successfully, but these errors were encountered: