Open ganesh8184 opened 5 years ago
I am also facing the same issue with png image link. It works fine with jpg images.
Thanks Sarriaroman/Photoviewer, I have found the issue regarding this. Actually it is not about the png or jpeg. it all about the size of image if the image is base64.
the string data type can't hold that amount of base64, so need to use string builder or string buffer for url. Please use this logic if i am correct
On Mon, Sep 23, 2019 at 12:41 PM Syed Arshad notifications@github.com wrote:
I am also facing the same issue with png image link. It works fine with jpg images.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sarriaroman/photoviewer/issues/183?email_source=notifications&email_token=AFJLOCROQMRNPGDHYOLFFKDQLBTYXA5CNFSM4ITSRM7KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7J7BFI#issuecomment-533983381, or mute the thread https://github.com/notifications/unsubscribe-auth/AFJLOCXPLPUMGGB2MJSAXTDQLBTYXANCNFSM4ITSRM7A .
-- Thanks & Regards Ganesh Hargude 9922591002
@ganesh8184 Did you end up getting this working with string builder or string buffer for the URL? If so can you please share a snippet of what you got working? Thanks.
We've build an similar plugin from scratch that can handle base64 png. Take a look here: https://github.com/ImpacGroup/cordova-plugin-zoomimageview
image is not opening with base 64 png type