Open chinmayeesweta opened 5 years ago
In my a opinion this issue occurs by loading large image. In my project it is working when I load less 1M byte image,however loading about 2M byte image "Error loading image" will be shown. I have seen the issues list and learned about the owner saying this issue has been resolved at version 1.1.18, however I did try version 1.1.18 and above this issue still alive.
any solution ?
I can't open a 133k screenshot. I don't believe the issue is caused by large pictures.
Are you loading an image path using http http://localhost/....
or file:///data....
? I get the "Error loading image" message when I try to open a local file using http
, but it works with file
.
Seems it is related to Picasso issue #465
I have also this problem and my image is avatar and that is only 1.3KB, so I also don't think that the reason is large pic. Pls help this issue
I am using ionic-photo-viewer (1.1.18 ),when i click on the image,it shows the blank black modal with loader ,cancel and share button but after sometime the loader and the modal was dismissed and it gives me the error message "Error loading image". Please help me.