It seems like the export to the server uses the actual filenames (even they are local to the deployment) eg
The debugger for the deployed web build (which works) reads:
File to navigated to= c3interfacetest.html
..but the deployed android version debugger (which does not work) reads:
File to navigated to= blob:file:///c7a3057a-b9a5-49ad-a399-b18bcf5539a9
So maybe this is the issue?
But how do I solve it as the blob version doesnt seem to be able to be used in the 'Navigate to' action of the iframe object.
Something to do with the 'Allow' parameters in the iframe object maybe? or is it a bug? Surely the behaviour should be the same on a device?
EDIT:
-I tried adding blob://*/* to the whitelist on export. But that had no effect.:(
-A also tried using Ajax to get the local file but this had no effect on ANdroid either.