Tagged Questions
The back tag has no wiki summary.
52
votes
4answers
80k views
Android: Override back button to act like home button
On pressing the back button, I'd like my application to go into the stopped state, rather than the destroyed state.
In the Android docs it states:
...not all activities have the behavior that ...
18
votes
7answers
15k views
jQuery UI Tabs back button history
Has anyone been able to get jQuery UI Tabs 3(Latest version) working with the back button?
I mean if the user hits the back button they should go to the previously visited tab on the page, not a ...
15
votes
4answers
13k views
Disable back button in android
How to disable back button in android while logging out the application?
12
votes
1answer
3k views
Android - Simulate Back Button
When i press a button in my app, I need to return to the last activity.
Any ideas?
10
votes
3answers
670 views
Browser “Back” Button vs. jQuery-animated page
I have a challenging problem I've been battling for some time now.
The Problem: when I go back to previous page using browser's back button, the page is displayed in its final state after all the ...
9
votes
2answers
788 views
GitHub source dynamic navigation
I was browsing thought GitHub today and noticed that the individual repository navigation doesn't use hash-bangs in the URL /#! or /# and the back button still works. How do you think they are ...
7
votes
3answers
448 views
How to alter browser's back button functionality similar to eCommerce sites in asp.net
I have a web application, in which browser's back button functionality should be customized. It's like, whenever we click on browser's back button, it should take us to landing page(Login page), It ...
6
votes
5answers
2k views
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 was created by a form.
Example:
page1: form submitted with search
criterias ($_POST ...
5
votes
4answers
1k views
Exit application on “Back” button on WP7
I know that in WP7 it is not possible to exit application programatically. So haw can I handle the following need?
My MainPage is empty, and has has the only purpose to make a test:
if user never ...
5
votes
1answer
261 views
Restore Android back stack after app has been closed
What's the best practise to manage / restore application back stack between multiple sessions ?
Exemple of a Workflow :
Activity A started (stack: A)
Activity B started (stack: A B)
Activity C ...
4
votes
2answers
188 views
Override Android Back Button
A little info as to why I am attempting to do this: I am using ActivityGroups to open an activity from a tabHost activity and have that new activity stay under the tabs. That part i've got. But when ...
4
votes
1answer
780 views
Close app when hitting back button on android
So my login Activity is the first screen you see. When you hit the back button, it exits the app, good. So I open up the app again. After logging in, I am now in my main Activity. How do I make it so ...
3
votes
2answers
39 views
Check to see if a user has came from a 'forward' page
I am currently working on a form which posts to a web service. The form validation is done at the web service and if a validation error occurs the user is presented with an error and a back button.
...
3
votes
3answers
70 views
Go up one “folder” or segment in jQuery / Javascript
If I'm, for example, on this page
www.example.com/admin/bridge/boilerplate
What is the best way (Using plain javascript, or jQuery (Without loading another plugin) to go up one level, e.g.
...
3
votes
2answers
352 views
jquery, jquery mobile Browser Back button issue
Here is an automatic page transtion issue I've with my jquery mobile page. Any help is appreciated please.
I am on page A, I click on a link, then I go to page "B". Now I click on a link in Page "B" ...
3
votes
2answers
378 views
Android: How can I detect if the Back button will exit the app (i.e. this is the last activity left on the stack)?
I'd like to warn the user if the back press is going to finish the last activity on the stack, thereby exiting the app. I'd like to pop up a little toast and detect a 2nd back press within the next ...
3
votes
2answers
121 views
Need assistance using phones back button to go back in Webview
Hi Here is my code
package com.testappmobile;
import android.app.Activity;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.Window;
import android.webkit.WebChromeClient;
...
3
votes
4answers
100 views
Catch back() JavaScript
I'm creating a homepage. The content of the page is only get by HTTP-Request. So that the Client never change the page-url. How can I catch the back() function from the Browser to go one step back in ...
3
votes
5answers
2k views
Android: Cancel Async Task
I use an async task to upload an image and get some results.
While uploading the image I see a progress dialog, written in onPreExecute() method like this:
protected void onPreExecute() {
...
3
votes
2answers
321 views
Keep form's data on browser's back or forward
The problem that I have is that some browsers loses data, when a user hits back or forward. Firefox for example, most of the times, loads from cache, so it's OK, but Chrome reinits the form every ...
3
votes
4answers
383 views
Is it reasonable to have a “back” button in an Android app?
Please give me feed back whether it's good practice to have a back button in activity, or is it just nonsense? Maybe some android phones don't have back/return key? Or do all models have them?
3
votes
5answers
914 views
PHP: Stop a Form from being accidentally reprocessed when Back is pressed
What is the best way to stop a form from being reprocessed when a user hits a Back button?
I'm following the Post/Redirect/Get pattern, so I don't have a problem if F5 is pushed, but the back button ...
2
votes
2answers
47 views
How to detect Back Key in my CustomView
I want to detect Back Key event in my CustomView (e.g., EditText). In many case, it has been achieved by overriding the onKeyDown() or dispatchKeyEvent(), under the condition that my CustomView ...
2
votes
0answers
189 views
Tabbar in phonegap android
I'm trying to add native tab to my phonegap application on Android. I have a way of doing it where each tab has it's own Activity and use loadUrl to load Phonegap in the view but it raises the ...
2
votes
0answers
58 views
Determining size of element with jquery on load. Doesn't work when click back button
new to the community.
I have a slideshow on one of my pages. The images vary in height so I've written this:
$(document).ready(function(){
$('.pslider img:first').load(function(){
...
2
votes
1answer
360 views
Mobile's back button not working - backbone.js 0.5.3 with jquerymobile 1.0 RC2
When using the navigate method with triggerRoute = true; the page navigates fine to the new page but history is not updated.
When hitting the back button on an Android device (Nexus S), the history ...
2
votes
3answers
294 views
Javascript/jQuery detect hash change only on browser back/forward button click
Is it possible to detect the hashchange only on a browser history change (i.e. Back or Forward button)?
I have seen the onBeforeUnload event, but this event does not fire on hash change, as the ...
2
votes
0answers
343 views
External link and hardware back button with jQuery Mobile
This is my first web site with jquery mobile, and i am having problems with external links.
I´ll show yo one example.
This is Page A
<!DOCTYPE html >
<html ...
2
votes
2answers
186 views
Android widget requires back twice
I made a very simple widget that when pressed launches an activity but for some reason when i press back the activity closes and i see the home screen but it is completely unresponsive until i press ...
2
votes
1answer
101 views
Android App re-opens upon “back-out”
On my application when I back out of the menu screen to leave the application it re-opens and displays one of the Views that are further into the app than the main menu. On my debugger it says simply
...
2
votes
2answers
298 views
Android push a new activity while clearing others
I have a series of activities A,B,C that upon completion need to push a new activity Y onto my home activity. The task stack should look as follows.
H
H->A
H->A->B
H->A->B->C
H->Y
I need the back ...
2
votes
2answers
184 views
Android back-button-overriding etiquette / guidelines
I have an app in which the user logs in from a main activity, and then can browse through a heirarchy of entities using listviews. So, the Activity stack would look something like this:
A -> B -> B ...
2
votes
3answers
1k views
Javascript / jQuery back button - so long as last page was part of current site?
With the code below I can make a 'back' button, but is there a way of making the link require that the last page was part of the current site?
$(document).ready(function(){
...
2
votes
4answers
5k views
Kill Activity on back button
Ok, I got an activity, that when it starts, it loads an image from the internet, and, trying to save memory, when the activity is left (the back button being pressed), I want the activity to dump (get ...
2
votes
5answers
2k views
Prevent displaying of previous pages after logout
i'm working at PHP application but i have a trouble, in fact when a user logged out and press after logging out the back button of the browser he can see the previous page as if the session has not ...
2
votes
3answers
997 views
Responding to “Back” and “Forward” buttons in WPF
I was planning to add support for the Back and Forward buttons, found on many keyboards, to my WPF app, but I'm struggling to get them to work.
I've tried using a standard KeyBinding to BrowserBack ...
2
votes
5answers
929 views
How to distinguish browser back / forward button?
Is it possible? even better, is it possible with jQuery?
I need to know whether use click back button or forward button so I can use page transition effect correctly, eg. slide from left - right if ...
2
votes
6answers
1k views
iPhone: Save with validation on back navigation
In my iPhone application I have navigation controller, main screen and some edit screens. On edit screen user does some input that has to be validated before I can save it. Ideally I would like to ...
2
votes
4answers
577 views
persistence of checkbox values
I have a page with several checkboxes. I check a few of them and go to the next page, when I come back on this page, these checkboxes need to remain checked as they were before navigating to another ...
2
votes
4answers
2k views
How do I keep form data when Back button is clicked
I am developing a rails app.
(I don't think this is a rails-specific problem)
There's a reservation process which is consisted of 3 steps.
When a user is on step 2 page, if the user clicks 'Previous' ...
2
votes
6answers
869 views
Curing the “Back Button Blues”
Ever stumbled on a tutorial that you feel is of great value but not quite explained properly? That's my dilemma. I know THIS TUTORIAL has some value but I just can't get it.
Where do you call each ...
1
vote
5answers
50 views
Changing Java Date one hour back
Just quick question
I have a java date object
Date currentDate = new Date();
Now it will be give current date and time
Example Thu Jan 12 10:17:47 GMT 2012
But I want to get the date chaning it ...
1
vote
2answers
42 views
StartActivity and Multiple Instances
I'm a little puzzled by how activities work. If I do a StartActivity() by pressing a button, and then I press the Back button to get back to the original activity, and then I press the button again to ...
1
vote
1answer
41 views
Back button to ajax results, advice request
I am trying solve the back button issue within my app. The scenario is:
I have a home page with a search form which sends and receives data with $.ajax(), then the results loaded through ajax, their ...
1
vote
2answers
63 views
Problems with back and go to next activity in android
I use intent to go to other Activity
This is my way: Activity A -> B -> C -> D -> E.
When i press Back, it go E -> D -> C-> B-> A
but, in Activity E, when press Back, i want to come back to C, so i ...
1
vote
1answer
82 views
jQuery AJAX back button after changing html
I know there are many questions about jQuery + Back button issues, but it seems that they're trying to maintain history features when clicking the browser back/forward buttons.
My question is that ...
1
vote
4answers
121 views
Android: Preventing going back to the previous activity
I want to do this on Android: basically when BACK button is pressed on the phone, I want to prevent a specific activity to return to its previous one.
Specifically, I have login and sign up screens, ...
1
vote
2answers
53 views
partial ajax update with back button
I'm doing partial update to the page with Ajax which is a shopping cart that updates with Ajax as users add items to it. The problem is that if users move to checkout and then hit the back button the ...
1
vote
2answers
71 views
How to get the back button and session state to work together?
There may be an easy answer to this and I just don't see it b/c I am too close to the project - so be it.
I have an asp.net 2.0 search application. It is a series of pages that start with a search ...
1
vote
2answers
243 views
Force refresh on back button press with Android
I'm using PhoneGap with Android, and I need my app to force a refresh when the Android back button takes the app back to a certain page. Any idea how I can do this?
Thanks!