My plugin loads a lot of external resources included as project files, mostly using XMLHttpRequest. The problem is, even though everything works in browsers / NW, when i build using XDK and cordova / crosswalk, the project files users include for stuff like models which are normally loaded just fine using responseText and .open() aren't ever found when running on an android device. Even more strangely, everything works fine in the XDK device emulators.
I'm really trying to get around this issue but I've hit a wall since i have very little experience with xdk / crosswalk / mobile wrappers. I don't know if construct does something special with the project files specifically in crosswalk, but i've had no luck figuring out the issue thus far.
I would be so greatful for any help from Ashley or anyone with some more intuition than me on how crosswalk / cordova work with these kinds of local files.