Top "Back-button" questions

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

PhoneGap - android exit on backbutton

I am trying to program RSS reader using jquery mobile and cordova. My RSS reader consists of 3 pages (in same …

cordova back-button
How do I detect if a user has got to a page using the back button?

This question is similar to Track when user hits back button on the browser, but not the same... I have …

ajax browser back-button
Prevent user from seeing previously visited secured page after logout

I have the requirement that the end user should not be able to go back to the restricted page after …

jsp servlets logout back-button browser-history
How to detect if the user clicked the "back" button

When the user goes history-back-1...how do I detect that? And then, alert "the user clicked back!" Using binds (and …

javascript jquery back-button jquery-events
How to disable Browser back button in Angular 2

I'm developing a web site using Angular 2. Is there any way to disable or trigger Browser back button using Angular 2? …

javascript angular back-button
how to disable back button in android

i am making swap application... i want to disable back button. so i use this code... and passed intent in …

android back-button
How does the Back button in a web browser work?

I searched the Web about this question but I found nothing: What is the logic of the back button? What …

browser back-button
Hiding Home and Back button in Android

I would like my app to hide the Home and Back button which is show at bottom of activity. I …

android back-button android-homebutton
How to trigger change when using the back button with history.pushstate and popstate?

I'm pretty much a novice when it comes to js so I'm sorry if I'm missing something really simple. Basically, …

javascript html back-button pushstate
Check if back key was pressed in android?

Say I'm on my main activity and I start a new activity MainActivity > NewActivity And from NewActivity I press …

java android back-button