C

codeorlov

Member

Last active 6 years ago

  1. 6 years ago
    Mon Jan 22 14:09:48 2018
    C codeorlov posted in Cached Pages Query.

    @admin, help me, please:)

  2. Sat Jan 20 09:39:22 2018
    C codeorlov posted in Cached Pages Query.

    @admin , Thanks for your reply! What is in view of the right caching? In default mode I constantly get a page with an error about the absence of the Internet. If I press the back button, the page from the cache is loaded, what am I doing wrong? Where can you read about this?I need to configure this via htaccess?
    I need the first time that I load all the pages of the application into the cache, I created a button when I click on which I want to update the data from the server about the pages, if something was changed or updated in them, if this button is not pressed, caching. Is this possible?

  3. Fri Jan 19 19:55:43 2018
    C codeorlov started the conversation Cached Pages Query.

    Hello! Thank you for the wonderful program! I have a question:
    When creating a web-url application, I use the Highly Cached mode to make the application available when the Internet is off.
    When I turn on the Internet and update the files on the web server, they are not updated in the application.
    I tried to solve this with js by creating a special button and assigning it an event:

    1. myBrowser.clearCache (true); -does not work
    2. location.reload (true); - does not work
    3. mWebView.clearCache (true); - does not work
    4. Website2APK.refreshPage(); - does not work

    The page in the application is updated, but displays data from the old cache. How to solve this problem? Thank you in advance!
    P.S. Will it be possible to refresh the page using a swipe down?
    -image-

  4. Fri Jan 19 19:34:08 2018
    C codeorlov joined the forum.