Top "Back" questions

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

Leaving android app with back button

I want the users of my android app to leave my app when they press back at a certain activity. …

android back android-lifecycle
finish activity in onActivityResult does not work

I have a pair of activities that must live or die together. Basically AlphaActivity does some work and then dispatches …

android android-intent android-activity back activity-finish
Remove Template cache on logout Angular.js

How to remove Angular template cache once user clicks on logout? We did thorough research and tried to implement most …

angularjs caching browser-cache back
back button in browser not working properly after using pushState (in Chrome)

I am using this type of line in an JS response if (history && history.pushState){ history.pushState(null, …

javascript ruby-on-rails-3 google-chrome back pushstate
Android Back Button Doesn't Return to Previous Activity

I have an app that has two activities: MainActivity and SettingsActivity. The MainActivity has a menu with a single Settings …

java android android-activity back preferenceactivity
Keyboard shortcut to navigate Back Forward in Notepad++

In Eclipse, we can use Alt + Left to navigate Back, and Alt + Right to navigate Forward. Is this shortcut available …

notepad++ keyboard-shortcuts back
Problems To Cancel A CountDownTimer Android Java

When I close my app by pressing the BACK button (onBackPressed() called), the CountDownTimer doesn't stop, until it is done …

java android back countdowntimer
Android: How to simulate back button

Currently my activity allows users to fill up certain data. Including spinner etc. When user click next system navigates to …

android back simulate
Android Webview with Back Button, if else

Disregard. I was opening the wrong app that was installed. It works wonderfully. :) I have the back button working correctly …

android button dialog webview back
Javascript/jQuery detect hash change only on browser back/forward button click

Is it possible to detect the hashchange only on a browser history change (i.e. Back or Forward button)? I …

javascript jquery back browser-history hashchange