ko2ic / image_downloader

Flutter plugin that downloads images and movies on the Internet and saves to Photo Library on iOS or specified directory on Android.
https://pub.dartlang.org/packages/image_downloader#-readme-tab-
MIT License
92 stars 113 forks source link

[Bug] iOS open a grey screen instead of image preview #106

Closed lucasribolli closed 2 years ago

lucasribolli commented 2 years ago

In simulator, everything goes fine. But in real devices, the image is not displayed when using open function. When call open, a grey screen is opened with the name of file. I suspected that this issue is related to https://developer.apple.com/forums/thread/91835

I still can't solve it.

lucasribolli commented 2 years ago

This was solved by copying the downloaded image in a temporally path using path_provider. I believe that it was a permission problem in iOS.