CORS does not work - XHR to external systems in iOS phonegap app

3
Hi, In project I am working on, there is a phone gap mobile app. In this application we use a widget using XHR activities to external service in order to communicate. On Android build everything works fine, but on iOS build I only get the message “Intercepted XHR” in console. Everything works fine in Safari browser, so I assume this is a problem with build. I have tried setting whitelist simmilar to  https://stackoverflow.com/a/37398805 in different variations but it didn’t help.  Does anyone know what else could block iOS build from using CORS?
asked
0 answers