Top "Back-button" questions

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

Android - How To Override the "Back" button so it doesn't Finish() my Activity?

I currently have an Activity that when it gets displayed a Notification will also get displayed in the Notification bar. …

android android-activity nullpointerexception back-button onkeypress
How to exit from the application and show the home screen?

I have an application where on the home page I have buttons for navigation through the application. On that page …

android exit back-button
Clicking the back button twice to exit an activity

I've noticed this pattern in a lot of Android apps and games recently: when clicking the back button to "exit" …

java android back-button
JavaScript or jQuery browser back button click detector

Could someone please share experience / code how we can detect the browser back button click (for any type of browsers)? …

javascript jquery back-button
Android: Quit application when press back button

In my application i want exit from app when press back button, this my code: @Override public void onBackPressed() { new …

android exit back-button
How to exit when back button is pressed?

When a user presses the back button on an intent, the application should quit. How can I ensure the application …

android exit back-button
Preventing iframe caching in browser

How do you prevent Firefox and Safari from caching iframe content? I have a simple webpage with an iframe to …

browser caching iframe back-button
Prevent safari loading from cache when back button is clicked

Got an issue with safari loading old youtube videos when back button is clicked. I have tried adding onunload="" (mentioned …

javascript caching safari back-button
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
ASP.NET authentication login and logout with browser back button

I am looking for a solution for user use the browser's back button to navigate to previous page once logged …

asp.net asp.net-membership back-button