andreafrancioni commented on issue #628: URL: https://github.com/apache/cordova-plugin-file/issues/628#issuecomment-2589904419
> Note that I'd recommend using file plugin 8.1.3 as it contains fixes surrounding `.toURL()` usage on iOS. Earlier versions will not work if you're also using schemes (e.g. app is hosted on `app://` or something other than `file://`) > > This issue should be fixed by This issue should be fixed by [#642](https://github.com/apache/cordova-plugin-file/pull/642) if you can confirm (just missed it when authoring the PR) but would be great if you can confirm. Hi I'have checked the fix u linked to me, and i looked that you store cache file on tmp folder, so i tryed using tempDirectory on cordova.file instead of dataDirectory and it worked as should without changing anything. I assume that folder Library/NoCache have no enaugh permission on IOS to load on DOM. Could you please try saving and using file as u did on https://github.com/apache/cordova-plugin-file/pull/642 but using Library/NoCache folder? ps. im not currently using scheme, im using the default scheme which return me using .toURL() the default file:// pps. file plugin that im using is 8.1.3 as u recommend -- 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: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org