Top "Browser-history" questions

Browser history refers to the list of web pages a user has visited recently—and associated data such as page title and time of visit—which is recorded by web browser software as standard for a certain period of time.

how to change url without changing browser history

Until now, I only know that if I want to change URL without reloading the whole page i have to …

javascript html browser-history
How to modify jQuery mobile history Back Button behavior

I'll start this off with I have researched a bit, but no solution that solves what seems like it should …

javascript django jquery-mobile browser-history
Is this a proper way to use History.js?

I was able to put together a simplified complete History.js example using three links to load fragments of content …

jquery ajax browser-history history.js
Selectively remove Chrome browsing history

Is it possible to selectively remove items from Google Chrome browsing history? I have a website from my history that …

google-chrome browser-history
Is History API broken on iOS? (Location bar doesn't update on pushState)

Filing this under the either the I Can't Believe No One Noticed This Before or the I Must Be Missing …

ios html browser-history pushstate
Preserve page state for revisiting using browser back button

I have a page that dynamically loads content based on a user pushing a button: ${document).ready(function) { $("#myButton").click(…

javascript jquery ajax playframework browser-history
React router, how to restore state after browser back button?

I'm trying to figure out how to make my React SPA app maintain state when the user navigates with the …

reactjs browser router browser-history
window.location.href vs history.pushState - which to use?

I've been teaching myself react-router, and now I'm wondering which method should be used for going to another page. According …

javascript window react-router browser-history
Get last loaded url of webview without doing a webView.goBack() in Android

I want to log the history url or last loaded url without manually storing the history urls. Is that possible?

android webkit android-webview browser-history
How do I use window.history in JavaScript?

I found a lot of questions about this on Stack Overflow, but they were all very specific about certain parts. …

javascript html browser-history html5-history