Start a new topic

Write a file

Write a file


In a phonegap app with wikitude plugin, can wikitude write a file on its folder?

I know phonegap can, but i have to do it inside wikitude and reading it from phonegap (and not viceversa).

If yes, which is the best approach?

If no, which is the best approach in order to pass information from wikitude to phonegap?

Thanks in advance

Wikitude is not able to write to a file, but you might be able to pass the information more easily by setting document.location="archtiectsdk://" and reacting on this from a function passed to WikitudePlugin.setOnUrlInvokeCallback().

If this is not sufficient, please elaborate on what you want to achieve and we might be able to provide a solution.

Got it.

Thanks
Login or Signup to post a comment