apache / cordova-ios

Apache Cordova iOS
https://cordova.apache.org/
Apache License 2.0
2.16k stars 990 forks source link

cordova ios sub html page XMLHttpRequest cannot load (json file) due to access control checks #1259

Closed Jung-Hey closed 2 years ago

Jung-Hey commented 2 years ago

스크린샷 2022-09-20 오전 9 02 16

I am getting the above error. The same error occurred in the main index.html file, but it was easily solved by downloading the cordova-plugin-wkwebviewxhrfix plugin. The problem was that through the wkwebviewxhrfix plugin, the XMLHttpRequest cannot load error in the main index.html file was solved, but the sub page index.html file did not solve the same error. I need a solution.

스크린샷 2022-09-19 오후 5 47 14 스크린샷 2022-09-19 오후 5 47 39

(main) index.html path : www/index.html (sub) index.html path : www/world/wikitude_AR/inedex.html

erisu commented 2 years ago

Duplicate #1260