CentBrowser Forum

Full Version: disable back button reload / refresh
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I stop the spinner icon from spinning when I click the "Click to go back" button near the omnibar or even just ALT + (L) Arrow>?

I'm just trying to figure out how i can stop a chromium browser from "reloading" or "refreshing" when I go back to a previous website in the same tab.

[*]disable reload refresh on back button chrome browser
[*]chrome addon history back no reload
[*]chrome stop disable page reload OR refresh on back
[*]click to go back button disable RELOAD or refresh
If it loads all contents from cache, then it may be not the latest version of the page.
You can use HTML directives to increase expiry time of the web page, for example:
<meta http-equiv="Cache-Control" content="public, max-age=31536000" />