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 trying to load assets locally in a bundle the following error gets thrown: Cross origin requests are only supported for HTTP.
Cross origin requests are only supported for HTTP.
There's a few similar issues that have been reported across different projects:
https://stackoverflow.com/questions/36451720/cordova-ios-cross-origin-requests-are-only-supported-for-http
crosswalk-project/crosswalk-ios#69
A solution could be to use a local web server to load the url request from:
httpswift/swifter#206
The text was updated successfully, but these errors were encountered:
ameliemaia
No branches or pull requests
When trying to load assets locally in a bundle the following error gets thrown:
Cross origin requests are only supported for HTTP.
There's a few similar issues that have been reported across different projects:
https://stackoverflow.com/questions/36451720/cordova-ios-cross-origin-requests-are-only-supported-for-http
crosswalk-project/crosswalk-ios#69
A solution could be to use a local web server to load the url request from:
httpswift/swifter#206
The text was updated successfully, but these errors were encountered: