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
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