Elvis Graholskis
Elvis Graholskis
Related - #https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/587
[Will this fix the issue?](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/587#issuecomment-791635030)
Would be cool to find a fix for this issue, because it prevents errors while developing in live reload. Some components/libraries do not expose CORS errors at all.
@xiazhe Still an issue, because I need to provide "path" or "url" to an image.
@Michael-Stanford thank you. The project was probably created before the release of 6.0, that is maybe the reason for lack of complaints. Changing config.xml would probably require generating new project,...
Same here. Getting errors in xCode
Have IO Error on android too
```ts const httpOptions: HttpDownloadFileOptions = { url: normalImageUrlThatWorksOnIOS fileDirectory: Directory.Cache, filePath: normalImageNameThatWorksOnIOS, }; const resp = await Http.downloadFile(httpOptions); ``` Getting - IO Error Error jumps to the code line ```ts...
Making dir beforehand doesn't solve IO Error for me. Im on Android 9