Top "Back-button" questions

A button that will take the user back to the previous state that they were on.

Chrome displays ajax response when pressing back button

I've come across a problem that if I use jQuery's Get method to get some content, if I click back, …

ajax google-chrome back-button
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
Reload and not reload if press back from different view controllers. Swift

The top three answers can solve my questions. It is hard to pick which one is the best. So, I …

ios swift back-button viewdidload viewdidappear
Alert user when they hit the browser back button - with good reason

I know this borders on the taboo here, and please don't reply with "you should never do this", etc. I …

jquery back-button
Navigation Controller Back button to go to the screen before the previous screen

I'm wondering whether it's possible to go back to 2 previous page using navigation controller button. Right now, I've custom made …

uinavigationcontroller uinavigationbar back-button uinavigationitem back
How avoid returning to login layout pressing the back button/key?

I want create an app for my institute. The problem is: my application will have two layouts (login and dashboard). …

android session login back-button activity-stack
Not able to catch android back button event

I am trying to catch the back button event for Android. I know there is a lot about this already …

android button back-button keyevent
Force JSF to refresh page / view / form when opened via link or back button

I have a JSF page which posts data to an external page. The data is loaded from a JSF managed …

jsf back-button browser-refresh html-post
Back Button Handle A Dynamic Form

I have a form with an array of text fields. The user (through javascript) can add an arbitrary number of …

javascript html forms back-button
How to prevent calling onCreateView when back button pressed in fragment in android

In my application, I have tabbar functionality. In one tab i am displaying server data in lisview, and on clicking …

android fragment back-button