This repository was archived by the owner on Nov 30, 2018. It is now read-only.
This repository was archived by the owner on Nov 30, 2018. It is now read-only.
An app can't load remote web content in the local context on windows phone cordova project #1537
Open
Description
Hello,
I get this error when trying to run windows phone 8.1 cordova projecto (adding windows platform):
"APPHOST9601 An app can't load remote web content in the local context".
I think I have the cordova-plugin-whitelist correctly configured with the proper intent, navigation and network tags on config.xml (I also have the meta tag on index.html).
Strangely if I add wp8 cordova platform and run it, I have no errors. Only on the windows platform running the windows phone 8.1 project inside the solution.