Top "Back" questions

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

Android Back Button and Progress Dialog

I have an AsyncTask that shows a progressDialog whilst working (it calls runOnUiThread from within doInBackground to show the progress …

android button dialog progress back
Xcode / Swift: How I implement a back button?

I just started with Xcode and Swift. I try to build my first little App for iOS. But now I …

ios xcode storyboard back
Android make view disappear by clicking outside of it

I have some views that I make visible upon a button press. I want them to disappear if I click …

android view onclick back
Control or Disable Browser Back Button with Javascript or AngularJS

Control or Disable Browser Back Button with Javascript or AngularJS Here i am not asking a question but i want …

javascript angularjs button browser back
Add to browser history without page reload

Basically, I have a page that contains a form. When a user submits that form, a Javscript function is called …

javascript url browser back browser-history
How to Control Android back stack

Lets say I have A->B->C->D->E In android back stack. I want to …

android android-activity stack back activity-stack
jQuery UI Tabs back button history

Has anyone been able to get jQuery UI Tabs 3(Latest version) working with the back button? I mean if the …

jquery user-interface tabs history back
Remove page from history, so "back" will work properly

I have my app that you need to login to get in to the other pages. so the first page …

angularjs ionic-framework angular-ui-router back
Disable browser back button for one page application

I need to disable the back button of browser in my single page application. I tried using methods like onhashchange …

javascript jquery button browser back
Back Button on UIWebView

I'm trying to figure out how to create a back button that allows the user to go back one page. …

ios objective-c uiwebview back