Top "Html5-history" questions

The HTML5 History API allows programmatic manipulation of the browser's history through JavaScript, providing a method of managing the user's history stack when creating web applications.

Removing current page from browser history

I'm building a text editor in my website, the workflow is as follows. In /list, the user picks an entry …

javascript html html5-history
AngularJS $location replace() replacing last history entry also

On my AngularJS application I need to save only state changes in the browser history. That's why when I'm changing …

angularjs html5-history
Set URL parameters without causing page refresh

How can you set URL parameters using History.pushState() to avoid browser refreshes? If there is a not a simple …

javascript jquery url query-string html5-history
Reload page on browser back/forward button in AngularJS with ui router

I have the following config for ui router state in my angularjs app. $locationProvider.html5Mode(true); $stateProvider .state('index', { …

javascript angularjs angular-ui-router html5-history
Restoring content when clicking back button with History.js

I've implemented History.js on a local test application. Everything seems to work, however if I press the back button …

javascript history.js html5-history
history.back doesn't work on iOS using Cordova

I have a hybrid application developed with Cordova. The app is very simple, so I haven't used a framework. Almost …

javascript jquery ios cordova html5-history
Javascript history state incorrect

I am trying to populate the index of the currently selected tab using history.pushState({tabSelected: 1}, null, ""); I have a …

jquery html pushstate popstate html5-history
React—Change a components state on window.history.popstate

I have a React component that pushes song IDs to the url when the state changes. My problem is that …

reactjs html5-history
React Router: Query Param Match?

According to the accepted answer to this question, React Router 4 doesn't match query parameters anymore. If I go from a …

reactjs react-router react-router-v4 html5-history