Hi Vivien,
The Wikitude SDK can work completely offline.
The `https://www.wikitiude.com/libs/architect.js` include does not require a internet connection as it's load request is intercepted by the Wikitude SDK directly.
Architect Worlds don't work on desktop browsers as the required architect.js is only included in our mobile SDK and there is no way to load it in a desktop browser. Also the camera feed would be missing there.
Best regards,
Andreas
Vivien Fragni
Hello Wkitude workers and developers !
I'm new to Wikitude and trying to develop an AR app for android. However, i have a device and a PC which cannot be connected to internet.
Hence my question : how can i use wikitude in offline mode ?
I've seen on different posts that it is possible to do so but i don't know how.
I'm using the JS API and in every sample provided in the wikitude SDK, i see :
<script src="https://www.wikitude.com/libs/architec.js"></script>
which means (if i'm right) we need the internet connexion in order to make our app work
I saw we could replace "https://wikitude.com/libs/" with "architect://" but it won't work on a desktop browser for debugging
So i'm kind lost here,
can someone give me a hand ?
thanks ! :)