Questions tagged [back]

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

Refers to questions about preventing, detecting, handling, controlling, etc:

  1. The back button on web browsers
    • History of visited sites
    • Backing out of a "dirty" page
  2. The hardware or software back button on smartphones and other similar devices
  3. Navigation in Android/IOS applications
    • Returning to the previous view
    • Exiting the application (Android)

et cetera.

Does not refer to

  • Keyboard backspace key (^H)
  • Keyboard delete key (^?)
  • Reverse side of a physical device
  • Previous versions of an application
1484 questions
0
votes
1 answer

Pressing the "go back" button closes the application

I'm currently moving slowly but steady forward in the making of a Android application and Im currently learning how to create a new window and switch to it. This is going all well but I have one small problem. When I pressing the "go back" button…
Airikr
  • 6,258
  • 15
  • 59
  • 110
-1
votes
4 answers

PHP - Prevent user from using back

I have had a look around, but the closest I found was for asp.net. I would like to prevent the user from pressing the back button in the browser, or if possible link him to a different page if he does press the back button. Page 1: Register Page 2:…
CustomX
  • 9,948
  • 30
  • 85
  • 115
-1
votes
2 answers

Set value that comes from an API

I bring from the back an array of objects, where one of those objects has a property called temperament, this property saves a value of type String, example: "Happy, Playful, Friendly". My idea is to place this same String but in the following way:…
-1
votes
1 answer

Error : Unable to generate an IRI for XXX entity

First of all sorry for my english. I am trying with API Platform and Symfony to do a POST on my customer entity. (the get works fine) At the time of doing the POST I find myself with this error : "Unable to generate an IRI for…
Mickkit
  • 31
  • 4
-1
votes
1 answer

Hash links and History(Back and Forward)

When I press on the hash button(e.g : http://test/#userid=1), I get the requested page but I can not return to previous page via the browser's back button. In Mozilla Firefox 5, the back button works, but not in others browsers. I want javascript…
David coder
  • 17
  • 1
  • 4
-1
votes
1 answer

Laravel : How ro return back to post route from get route

I have page that i reach it from post route : Route::post('/daily', [App\Http\Controllers\AdminController::class, 'daily'])->name('daily'); in this page i have icon which have action of update data by get method :
Sermed mayi
  • 697
  • 7
  • 26
-1
votes
1 answer

Is there any way to implemet the back button in the Toolbar only using XML?

I have seen many different solutions to add the back button in the Toolbar and then implement the behaviour through code. However, I was wondering if there is any way to add the button and implement its behaviour only using XML. For example, using a…
11_22_33
  • 116
  • 1
  • 15
-1
votes
2 answers

is there a way to make actionBar back button resend an intent with putExtra?

I have an activity that has a recyclerview that populates its data based on the yearSelected string forwarded from the previous activity with an intent and put extra. then I choose a row and navigate to the next activity to show the week selected…
Donny
  • 23
  • 5
-1
votes
1 answer

Need Each fragment to return to home screen when user presess back(without any button in app)

SO, I'm creating this basic app that contains different fragments and I want that when the user presses the back button on his phone, The app returns to the home fragment. Main Activity public class MainActivity extends AppCompatActivity implements…
user13963241
-1
votes
1 answer

How to have back button of style being displayed in Apple App Store, on banner images?

I need to have back button which looks like the one displayed on any App's page in Apple App Store, having banner image. See image below: I have tried finding any possible system icon image name as guided…
Usman
  • 618
  • 1
  • 6
  • 15
-1
votes
2 answers

Android Studio toolbar title updating error with back stack from one fragment to the another fragment

i have a fragment_home that has 6 buttons and these 6 buttons have there own link(to display something like registration form ) but i have one button from these 6 buttons which is linked to another fragment and has tabbed view with view pager the…
Tinsae
  • 1
  • 1
-1
votes
2 answers

javascript - browser history manipulating

I am loading pages with JavaScript and I want to push the loaded page in the history. This means that when the back button is clicked, the pushed page will be loaded. I am not refreshing the page, I am loading it via JavaScript. I have already tried…
worker
  • 3
  • 5
-1
votes
2 answers

How to retain control field values after clicking browser back angular 2

I have two pages . Main page and Details page . When I click View details from main page, it navigates to Details page through routing. I am trying to preserve the field values even after the click of browser back from details page to main page.…
Nancy
  • 911
  • 7
  • 26
  • 54
-1
votes
1 answer

How to get navigation bar back button without navigation controller

I am making an app, and there is an instance where I do not want to use a navigation controller, and I just want to use a navigation bar. I want a back button, but I cannot get it so that there is the wide chevron. As in it looks like this: instead…
D-A UK
  • 1,084
  • 2
  • 11
  • 24
-1
votes
1 answer

How to differentiate between browser back button and $state.go (dynamic params)?

I need to simply update the URL params in some cases (through code) and not trigger any events. But, I still need to trigger certain actions if the user goes back using the browser back button or if he changes the url params manually. Prior to…
tkit
  • 8,082
  • 6
  • 40
  • 71