We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When switching the device Lockdown Mode on XHR calls fail to load.
I've traced this to the following code:
This issue is occurring on iOS 16.4.1a. Let me know if any additional information could be helpful.
The text was updated successfully, but these errors were encountered:
Facing Same issue, Did u find any solution ?
Sorry, something went wrong.
We ended up removing the library and leveraging the app/scheme approach mentioned here: https://cordova.apache.org/announcements/2020/06/01/cordova-ios-release-6.0.0.html
You will need to adjust your server to allow CORS requests from your chosen app/scheme origin.
We encountered issues running our app in iOS 12 and earlier but otherwise no issues. I don't think this plugin is required anymore.
Thanks, Its working now after removing the plugin
No branches or pull requests
When switching the device Lockdown Mode on XHR calls fail to load.
I've traced this to the following code:
This issue is occurring on iOS 16.4.1a. Let me know if any additional information could be helpful.
The text was updated successfully, but these errors were encountered: