breautek commented on issue #427: URL: https://github.com/apache/cordova-plugin-file/issues/427#issuecomment-702176055
As the error states, something is thinking you're attempting to load an HTML document outside of your application bundle, which the webview doesn't allow. Can you share a [minimal reproduction app](https://github.com/apache/cordova-contribute/blob/master/create-reproduction.md) that demonstrates this issue? Also the `applicationStorageDirectory` is a read-only directory, so you can't write to this directory. There are writable sub-directories for this. See the [docs](https://github.com/apache/cordova-plugin-file#ios-file-system-layout) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
