hybrid icon indicating copy to clipboard operation
hybrid copied to clipboard

Cache posts/pages/custom images.

Open bbamalwa opened this issue 9 years ago • 4 comments

There are no errors at all, either in console or in terminal, except Failed to load resource : root/to/project/www/angular-cache.js.map the file is not being generated as well...

caching of images is working perfectly fine in android but not in IOS Devices, tried with random devices. By this I mean to say that, Images won't show when I'm browsing the app offline where as the complete page is rendered from cache in such case.

I'm unable to find resolve for, as I'm new to IOS.

Can somebody help me out with this ?

Thanking Regards,

bbamalwa avatar Nov 07 '16 14:11 bbamalwa

trying...

shprink avatar Nov 12 '16 10:11 shprink

Feature image/ author profile pic are ok on my side. What kind of image are you talking about? The images in your posts?

shprink avatar Nov 12 '16 11:11 shprink

The images in the Pages aren't working...

bbamalwa avatar Nov 14 '16 18:11 bbamalwa

The images within a post/page are not cached. If it works on Android it is probably due to the browser caching capability. This is a new feature, we could add the cache directive when parsing posts here https://github.com/shprink/wordpress-hybrid-client/blob/develop/lib/directives/post/index.js#L40-L49

shprink avatar Nov 15 '16 06:11 shprink