Replies: 5 comments 7 replies
-
I solve this problem by requesting READ_EXTERNAL_STORAGE permission. But I don't know why Glide can load it when don't have this permission.😑 |
Beta Was this translation helpful? Give feedback.
-
I had the same problem, and for me the issue was that Android resources contain an extra ":", or rather "%3A" character towards the end of the URI. It can be read correctly by Glide, but not by Coil. Took me 2 days to find this out. It had nothing to do with permissions |
Beta Was this translation helpful? Give feedback.
-
Requires conversion and permissions, just need to get the Uri in the right way to display.
|
Beta Was this translation helpful? Give feedback.
-
I solved this issue by taking Persistable URI Permission when I get the URI after the user has picked the picture and before saving it into the database:
|
Beta Was this translation helpful? Give feedback.
-
I'm using SAF so I don't need to use any legacy READ/WRITE permissions... Please fix it.. |
Beta Was this translation helpful? Give feedback.
-
rememberCoilPainter()
has same problem.So, does coil support to load "content://xxx"? If support it what should I do?
Beta Was this translation helpful? Give feedback.
All reactions