GitToTheHub commented on issue #1607: URL: https://github.com/apache/cordova-ios/issues/1607#issuecomment-3955097995
> [@GitToTheHub](https://github.com/GitToTheHub) in your test app, instead of getting using `FileReader` to read the file, can you use `fileEntry.getURL()`? This issue is surrounding the usage of `fileEntry.getURL()` which should produce a DOM-usable URL. I tested it and it don't work. I get this URL for the FileEntry: ``` app://localhost/_app_file_/Users/manuelbeck/Library/Developer/CoreSimulator/Devices/5195B7DA-849B-43D9-9558-DF836EFBA054/data/Containers/Data/Application/9B49BDFB-62EC-4839-A60F-367B45799E95/Library/NoCloud/cordova_bot.png ``` When I set it to the img src it doesn't display the image. So this seems broken. -- 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]
