Top "Back" questions

Method or control to return user to previous state, page or screen.

how to go back to previous fragment on pressing manually back button of individual fragment?

I have only one activity and multiple fragments in my application. Two main fragment A(left) and B(right). Fragment …

android fragment back
React Native - Device back button handling

I want to check if there are more than one screens are on stack when device back button is hit. …

react-native navigation back-button back react-native-android
Jquery when back button is pressed

I have a click that changes things on the page when you click it. I was wondering if there was …

jquery browser back
Prevent back button from closing a dialog box

I am trying to prevent an AlertDialog box from closing when pressing the back button in Android. I have followed …

android back
Handling back press when using fragments in Android

I am using Android Sliding Menu using Navigation Drawer in my application and Fragments are used in the app instead …

android android-fragments navigation back navigation-drawer
How to capture browser's back/forward button click event or hash change event in javascript?

I want to alert() when browser's back or forward button is clicked or hash is changed in javascript. I have …

javascript browser back forward
How to keep changed form content when leaving and going back to HTTPS page? (works with HTTP)

Enter/change something in a textarea Before submitting the form, leave the page (e.g. by clicking browser's back button) …

forms browser https back
Prevent Form resubmission upon hitting back button

I have searched many posts here and elsewhere but can't seem to find a solution to my problem. I have …

php forms get refresh back
Android - How to animate an activity transition when the default back button is pressed

In my activity, I have a button with the following click listener that is working great: final ImageButton startOverButton = (ImageButton) …

android animation button transition back
Android - Simulate Back Button

When i press a button in my app, I need to return to the last activity. Any ideas?

android button back