GitToTheHub commented on issue #1607: URL: https://github.com/apache/cordova-ios/issues/1607#issuecomment-3952088284
You should not use `cordova-plugin-wkwebview-file-xhr`. Just use cordova-ios 8 without that plugin. The scheme `app` and host `hostname` is set by default for iOS. You don't have to extra define it. To display an image, use `toURL()` of the `FileEntry`. See: [cordova-plugin-file - Display an image file](https://github.com/apache/cordova-plugin-file?tab=readme-ov-file#display-an-image-file-). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
