Open 5amfung opened 9 years ago
I'll second this. Not having caching in is a dealbreaker for me, as the ux of moving in and out of a view is poor as all the previously loaded images reload. Are there any plans to add caching?
Ionic has caching of views by itself. Or what caching are you talking about ?
My view caching comment was misleading, as the view I was testing on was a detail page and caching was prevented by Ionic's default setting of no forward cache.
It would, however, be better if any downloaded images were cached locally for subsequent requests rather than being requested from the server each time (eg on another view / after the view cache has been flushed)
I got it. In any case I think i am not going to use this piece of code, since i see that performance of the list is actually worst than before and when there is only one element in list, the image never get loaded.
@bmcharg @kjakub I'm thinking to use this. But at the moment i'm facing this same caching issue where src doesn't show when you navigate back to the same screen. If you or any one have any updates or other better solution, pls advise
Thanks, Brad
A quick look at the code doesn't seem like there's any caching. Is my understanding correct?
Thanks.