capacitor-image-cache
capacitor-image-cache copied to clipboard
image dont cache
const { value } = await cache.get({src:"someSrc"})
return same image url
If you are using web implementation, it's just return the source.
const { value } = await cache.get({src:"https://example.com/image.png"})
it return https://example.com/image.png
It is true, if you are running in debug/browser. Try it on device.
am on device iPhone and Android App
Hmm, then it might be a bug...
any idea on how to reproduce this I need this on my app
Maybe later. I'm thinking to use it in my app. But I also need more generic cache mechanism.
@triniwiz were you able to fix this yet ??