Top "Back-button" questions

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

Gatsby.js: Navigating with URL Parameters and the Browser Back / Forward Buttons

I have an Articles component which displays a list of posts. The list is paginated so that a maximum of 10 …

reactjs react-router back-button browser-history gatsby
Why are HTML forms sometimes cleared when clicking on the browser back button

I am sure everybody knows that behaviour. You fill in a form on the web, and you submit it. After …

html forms browser back-button form-data
Disable navigationitem backbarbutton

How do I disable the backbutton in a navigationcontroller? When I hide the button like so, self.navigationItem.hidesBackButton = TRUE; …

iphone objective-c uinavigationcontroller back-button
How to localize Back Buttons?

I am translating an app into Indonesian. The storyboard uses a navigation controller and push segues for all of its …

ios localization uinavigationcontroller back-button
Which method is called when back button clicked in navigation controller?

I want to save DB when the back button clicked in navigation controller. so I would insert code in method. …

ios xcode controller navigation back-button
UINavigationController and UINavigationBarDelegate.ShouldPopItem() with MonoTouch

How do I pop up an UIAlertView when the back button of a UINavigationBar (controlled by a UINavigationController) was tapped? …

uinavigationcontroller xamarin.ios uinavigationbar back-button
Ionic: No back button when navigating away from tab view

I cannot figure out how to get the back button to show when navigating away from a tabbed view to …

angularjs cordova tabs ionic-framework back-button
Draw custom Back button on iPhone Navigation Bar

I've got a UIView with a NavigationBar and I'd like to add a button which looks like the style of …

iphone objective-c uinavigationcontroller uinavigationbar back-button
Detect if the user has used the back button

My webpage runs a javascript function when the page is loaded. However, I don't want the function to run if …

javascript back-button
Android back button and MediaController

I know how to take control of the back button. I have a VideoView embedded in a FrameLayout. My question …

android back-button back mediacontroller