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.

Is there a way in History.js to know when the back button was pressed

I've started to test History.js. After understanding how it works and that there is no popstate, instead there is …

javascript browser-history history.js
Chrome doesn't cache hidden form field values for use in browser history

I have a ASP.Net web form that contains both text box fields and hidden fields. The hidden field values …

google-chrome browser-history hidden-fields back-button
Component is not getting rendered after history.push()

On a button click, I am getting the URL changed by doing history.push() import createHistory from 'history/createBrowserHistory' const …

reactjs react-router browser-history history.js
how to catch a state change event ONCE with history.js?

I have an example code below where if you click the links, then use back and forward, each state change …

javascript ajax javascript-events browser-history history.js
Android Webview: Is there a way to know what the previous URL is?

Is there a way to access the history so that I know what URL the user is visiting when they …

android webview back browser-history
Changing state without changing browser history in angular ui-router

Assume that we have a logic like this: From state A, change to state B. Whenever we arrive to state …

angularjs angular-ui-router browser-history
window.location redirect works, but original URL not showing up in browser history

The code below works well. Here is my problem: The window url redirects, but the original url is not logged …

javascript jquery redirect browser-history window.location
Angular 2: Prevent router from adding to history

We have a client that is iFraming in our app to their website. They don't want the router navigation within …

javascript angular iframe angular2-routing browser-history
Gatsby.js: Navigating with URL Parameters and the Browser Back / Forward Buttons

I have an Articles component which displays a list of posts. The list is paginated so that a maximum of 10 …

reactjs react-router back-button browser-history gatsby
How to get Chrome History & Bookmarks in Android Marshmallow (API>=23)?

Till API Level 22 (i.e. till Lollipop), there has been a way to read History and Bookmarks from the Chrome …

android google-chrome browser-history android-browser android-6.0-marshmallow