• Hey,
    Awesome idea and plug-in! I have been reading a lot into Appcache and think this plug-in nailed it. Where would I add in my code if I want Appcachify to store a specific page that hasn’t loaded?

    I tried this on line 361 in your php file:

    if ( ! empty( $cache ) ) :
    echo "
    # Explicitly cached master entries.
    CACHE:
    $cache
    portfolio-item/octopus-4/index.php
    ";
    endif;
    if ( ! empty( $network ) ) :
    echo "

    For example on this site: https://appcachefacts.info/demo/index.html

    they used Appcache and have the “Cache” page load on the home screen. So if you go to that home page on your phone and load it without viewing the “Cache” page. Then turn off your connection and go back into the page and load the “Cache” page it will load.

    Thank you so very much! ??

    https://www.ads-software.com/plugins/appcachify/

  • The topic ‘Store specified pages with cache’ is closed to new replies.