We are developing an application for Windows 10 cordon. In accordance with our requirement, we have added a web view ( <x-ms-webview id="id-web-view" height="100%" width="100%"></x-ms-webview> ) inside the HTML page and loaded the resources (HTML, JS, CSS, etc.) inside the web view from the AppData \ Local \ Packages \ LocalState directory. HTML, CSS, JS and other resources load perfectly.
We cannot make any AJX call from a web view (embedded page). Getting error - XMLHttpRequest: network error 0x80070005, access denied . AJAX call is very good for parent HTML.
This seems to be a CORS problem. I tried various jQuery and other options to enable CORS. He does not work.
Any help would be appreciated.
source share