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 trying to tell Wikitude to load the architectWorldURL from a folder in the local storage of my device but I wasn't able to load it correctly. Does it have to be a http URL ?
The text was updated successfully, but these errors were encountered:
But we used a local server inside the device to do this.
We used this module react-native-static-server to start a static server inside the device then call the startAR() method.
This is an example of the static server config :
const server = new StaticServer('port number', "directory of the wikitude world", { localOnly: true, keepAlive: true });
BTW this is just our work around to support offline mode using wikitude. But if there are any more convenient way to do this please feel free to contribute it. Thanks :)
I am trying to tell Wikitude to load the
architectWorldURL
from a folder in the local storage of my device but I wasn't able to load it correctly. Does it have to be a http URL ?The text was updated successfully, but these errors were encountered: