Top "Back-button" questions

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

PHP Document Expired

I doing some PHP coding, if the 'Back' button is pressed on the browser, I get the following error: Document …

php back-button
How to find whether the user clicks browser back button or Refresh button

I need to find whether the user clicking the browser back button or Refresh button. I need to redirect the …

javascript asp.net browser back-button
Reload the page on hitting back button

I have a webpage that requires login. Once a user has logged in I start the session and once he …

php caching back-button
Javascript backbutton event listener overrides the android device back button

I have created Android app using cordova 2.6.0. I have implemented a menu feature in my app using html markups and …

javascript android jquery cordova back-button
Can I update window.location.hash without having the web page scroll?

Using JavaScript, is there a way to update window.location.hash without scrolling the web page? I have clickable title …

javascript browser-history back-button deep-linking
Phonegap - navigator.app.backHistory() not working on HTML back button

In my app i am using phonegap 2.6.For back button, I am using the following function document.addEventListener("backbutton", onBackKeyDown, …

android ios cordova back-button back-button-control
IOS 5 How to change the color of back button in a navigation bar?

I want to change the color of back button of a navigation bar to make it look like this

ios cocoa-touch uinavigationbar back-button
Auto start file download after form submission

I have a web form that users complete online. When they press submit it will start a file download for …

php forms download back-button
Flutter how to execute when clicking back button

I have a page that is called from bottom tab nav which executes a initState function, I then navigate to …

flutter dart navigation back-button
Android: How to prevent the back button from cancelling a DialogFragment

I have a Fragment that can create and pop up a DialogFragment, but when I hit the back button, it …

android android-asynctask progressdialog fragment back-button