Top "Back-button" questions

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

Android - Switch ActionBar Back Button to Navigation Button

I am having the following problem: I know how to set up a toolbar to show a back button icon …

android android-actionbar navigation-drawer android-toolbar back-button
Disabling Back button on the browser

I am writing an application that if the user hits back, it may resend the same information and mess up …

browser back-button
onKeyDown() or onBackPressed()

I want to implement the back button functionality in my application. In application whenever I'm clicking on back button in …

android back-button
Change UINavigationBar back button title

In my application I want to use 'Back' text as back button title for every viewcontroller. I have read so …

ios uinavigationcontroller title back-button
How to show a dialog box after pressing the back button

By clicking the back button, I want to display a dialog box consisting of TextViews and a button called exit. …

android back-button
Take User Back to Where They Scrolled to on previous page when clicking Browser Back Button

Is it possible to take a user back to the area of a page where they scrolled down to when …

javascript jquery browser back-button
Avoid back button on JSF web application

I am showing VERY sensitive data. After the user logs out from my server I don't want another user to …

jsf browser back-button
iOS 8: UINavigationController hide back button

After I run my application in iOS 8 (XCode 6.0.1, iPhone 6), the back button does not hide. My code: - (void)removeCategoriesButton { …

ios objective-c ios8 back-button iphone-6
How to handle back button on Ionic 2

How can I handle the back button action on Ionic 2? I want to be able to know what to do …

ionic2 back-button back-button-control
how to close android app completely

I created an android application with a logout option in onCreateOptionsMenu. The Logout works perfectly but when I press the …

android back-button back-button-control close-application