• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Internet browser cache state question

verve2008

Lurker
When you open internet in android, does the previous loaded page actually reload or is the cache state on your phone being shown?

Curious because when in airplane mode, the page data shows the previous content but only upon manually selecting refresh does the error message appear that there is no internet connection to re-load the data.
 
It depends on the pages, there are HTML tags that tell the web browser what to do when you open a page that you previously visited. Most of regular web pages can be cached by browser, but some pages expire immediately and require an Internet connection.
 
It depends on the pages, there are HTML tags that tell the web browser what to do when you open a page that you previously visited. Most of regular web pages can be cached by browser, but some pages expire immediately and require an Internet connection.
Thanks LVT, is there some way to identify if the page has a specification to require you to refresh/reload? I ask because this cache could be useful for me on some text pages so I could save and read the information even if in a dead zone where I cant get a signal.
 
Most of modern websites are database driven so theirs page are dynamic, you can't predict their nature as the pages can be updated periodically and automatically.

The only reliable solution is to use app like HTTrack to save the website or a portion of it into static HTML pages so you can read it offline later.
 
Most of modern websites are database driven so theirs page are dynamic, you can't predict their nature as the pages can be updated periodically and automatically.

The only reliable solution is to use app like HTTrack to save the website or a portion of it into static HTML pages so you can read it offline later.
Is there any way to test a webpage to see if it updates like you describe?
 
Is there any way to test a webpage to see if it updates like you describe?
You need to open the page source to look at the header section of the HTML code. If you see something like "nocache" or "expires" and a string of date / time... the page might be dynamically generated.
 
Anyway try the app HTTrack or any similar apps, those apps can convert dynamic pages to static pages for offline reading.
 
Back
Top Bottom