freescout-helpdesk commented on issue #60: URL: https://github.com/apache/cordova-plugin-whitelist/issues/60#issuecomment-903318376
On Android with the following in `config.xml` we are able to perform ajax requests to any servers and URLs: ``` <access origin="*" /> <plugin name="cordova-plugin-whitelist" spec="1.3.4" /> <engine name="android" spec="^8.1.0" /> ``` But now we are building **exactly** the same app for iOS, but ajax requests do not work (checked on iPhone, iOS 12.4.0): ``` <access origin="*" /> <plugin name="cordova-plugin-whitelist" spec="1.3.4" /> <engine name="cordova-ios" spec="5.1.1" /> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
