VideoSpike / nativescript-web-image-cache

An image caching library for both Android and iOS that wraps Facebook Fresco and SDWebImageCache
MIT License
43 stars 22 forks source link

Android local images not shown #35

Closed nicHoch closed 6 years ago

nicHoch commented 7 years ago

Hi if I set the WebImage.src attribute to a local image on Android it is not shown. Is working on iOS as expected.

ghost commented 7 years ago

Same for me when having a local url like '/data/user/0/packageName/files/dir/image.jpeg'. Setting it for src or placeholder just shows nothing and no error is thrown

bzaruk commented 6 years ago

@bathejasumeet Same here... Any update about it?

OPADA-Eng commented 6 years ago

any fix for this ?

bathejasumeet commented 6 years ago

Just verified, it works for '~/..' and 'res://' paths as specified at https://docs.nativescript.org/ui/images . Also, while using 'res://' the extension eg. '.png' should not be specified. Can you please explain the problem in detail?

Regards, Sumeet

bathejasumeet commented 6 years ago

I assume this works, please elaborate and reopen the issue if it does not. Regards, Sumeet