Hello, I'm using cordova plugin wikitude and I have a problem: I want to download a .wtc file and save in memory of device and after pass the path of this one for initialize AR.ClientTracker. For download the file .wtc I'm using another plugin (cordova plugin file transfer) and it works very well. Now this plugin return the path of the file that is difference beetwen Android and iOs. My goal is pass this path to plugin wikitude in inizialization. This is the code that I use for download a file:
Now I want to pass the value return from object entry (entry.toURL()), to wikitude plugin. Is there a way? Can I pass this value when I load the loadARchitectWorld? This is a snippet:
MUEATAZ NOMAN