breautek commented on issue #394: URL: https://github.com/apache/cordova-plugin-file/issues/394#issuecomment-647630216
I'm not really an expert with iOS development but there was a discussion on slack about this, and I think using [WKWebKit.convertFilePath](https://github.com/apache/cordova-ios/blob/master/cordova-js-src/plugin/ios/wkwebkit.js#L28) to convert `file://` urls to `cdvfile://` urls was a workaround. The original slack discussion was about xhr requests, but I'm making an assumption it will help if you try using these urls in the html dom (such as in an `<img>` tag) as well. The full slack discussion can be found at: https://cordova.slack.com/archives/C068CHRJ5/p1591718503254000 ---------------------------------------------------------------- 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]
