ionic-cache-src icon indicating copy to clipboard operation
ionic-cache-src copied to clipboard

Can't load or cache more than one image per view.

Open bmwertman opened this issue 8 years ago • 0 comments

I had images loading from Firebase Storage via the url their service provides when the image is saved there.

I've added ionic-cache-src per the docs and added the encode-uri="false" with each image tag. What I'm finding is that on initial page load, if I have two images in the view, the one furthest from the top of the page gets cached and loaded fine. But the first does not cache properly and does not get loaded.

Instead first images get saved in a subdirectory within file://data/data/com.ionicframework.pta755557/files as shown below screen shot 2016-08-12 at 3

So files arLXK... and zWe4N... display those inside WcVDX... sOOFc... directories do not.

bmwertman avatar Aug 12 '16 19:08 bmwertman