Top "Back" questions

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

Back button re-submit form data ($_POST)

My problem is that the back button causes the browser to say something like "Page expired" when the previous page …

php forms post button back
How to go back and refresh the previous page in Flutter?

I have a home page which when clicked takes me to another page through navigates, do some operations in then …

flutter dart navigation back onbackpressed
OnBackPressed in Xamarin Android

I have: public override void OnBackPressed () { base.OnBackPressed (); } How can I get previous state of my app? Does Xamarin have …

android xamarin back
Angular: Location back history

I have a form with a "back" button. When the user presses the back button, the script goes to the …

angular typescript location back
ASP.net Redirect to the calling page

I have a page that calls another page with some query string parameters. I want to return back to that …

c# asp.net redirect back
Go back and reload page - one button

I need to go back on previous page and refresh it. I use history.go(-1) but the form on …

javascript reload back page-refresh
Android: Changing the actions of the Back button

I am making a game and I have an options page which turns the music on or off. I want …

android button android-intent back
Android onBackPressed() is not being called?

in my MainActivity, which extends from AppCompatActivity, I want to override the onBackPressed method like so: @Override public void onBackPressed() { …

java android android-activity overriding back
EditText with soft keyboard and "Back" button

When I'm using "EditText" I have the virtual keyboard. Pressing first time "Back" button hides the keyboard. Second press invokes "…

android keyboard android-edittext back
How can I detect a user about the exit the page?

I would like to detect when a user is about to exit the page, before they click the back button, …

javascript jquery html back