A button that will take the user back to the previous state that they were on.
0
votes
0answers
17 views
check soft keyboard state when pressed by back button
I have an Eidt Text area. After finished my input from soft keyboard, I hide the soft keyboard
by pressing Back Button. The question is that how can check its current state by programmatically(hidden ...
0
votes
1answer
25 views
Using back button doesn't clear old content
I'm using gwtp and I have some troubles with the browsers back button.
My DefaultPlace is a login page (root content). If the the login is correct, it directs you to a welcome page (MainPagePresenter) ...
0
votes
0answers
33 views
window.onhashchange is not always working
I have a problem with window.onhashchange and the back button in Firefox 21.
I coded a test page where a hash is added to the address when the user selects an element on the page:
ELEMENT.onclick ...
0
votes
1answer
27 views
Handling Android back button in jQuery Mobile
I'm creating a jQuery Mobile app which is contained within a Titanium app's webview. When the Android back button is pressed, it exits the app rather than going to the previous page (not the best ...
0
votes
0answers
34 views
PHP_SELF form and Back Button action
So I have a php page called "view_employee.php" on that page, the user can press an "Edit Divisions" button and go to the "edit_employee_divisions.php" page. That page contains a form that submits to ...
0
votes
0answers
19 views
Browser Back Button Not Working Because Page is Duplicated in History
I'm looking for some guidance as to how to troubleshoot this issue. I'm putting together a website, and noticed the Back button does not work throughout the site (it may work a few times, and then ...
2
votes
1answer
44 views
How to get previously visited url using jquery?
I have a requirement to prevent access to my site using browser back button for specific scenario. Let me explain you the scenario below:
When using mysite, user can use Browser back/forward button ...
0
votes
1answer
31 views
+50
Differentiate between back/ forward in jquery address plugin
As can be seen in the documentation (http://www.asual.com/jquery/address/docs/), the pugin has an event to detect when the back/forward button of the browser was pressed.
$.address.externalChange(fn)
...
-2
votes
0answers
17 views
when press back button application close
I am making a simple android project with Illumination Software Creator. It's almost done, but when I press the back button application it closes. I have searched a lot in stackoverflow but I'm ...
-1
votes
1answer
31 views
android finish activity contain a webview when press back button
I have an android application in which I have a button.User presses that button then it start an activity that contain a webview.
The problem is in order to finish webview activity when user press ...
0
votes
1answer
35 views
Reload previous link on click-event of back button of browser? [duplicate]
i am developing one website in which main content is getting load by jquery ajax according to selected menu item.
on selecting any menu item, url get changed according to this pattern:
...
0
votes
0answers
21 views
Two clicks at back button are necessary to trigger popstate/statechange event
I have a page which contains an iframe. The iframe can take user's input (via button click or menu selection) and display content accordingly.
What I need is, when a user manipulates the iframe, the ...
0
votes
0answers
22 views
Jquery Address Cant Get back button to work or load selected page
Hi guys managed to get my loaded content to load the hash value in the url when selecting a link which in turn loaded the content into a div..
cant seem to get the back button or when you type in ...
4
votes
2answers
161 views
Phonegap - navigator.app.backHistory() not working on HTML back button
In my app i am using phonegap 2.6.For back button, I am using the following function
document.addEventListener("backbutton", onBackKeyDown, false);
function onBackKeyDown() {
alert("hello");
...
0
votes
2answers
76 views
Onclick back button the application stops
I have one problem regarding my app,when i click back button my application is getting finish.i need to prevent it.How could i make it .
@Override
public void onBackPressed() {
Log.d("CDA", ...
0
votes
1answer
65 views
How to intercept back button in a Fragment?
I'm new to android programming and I need help: I need to intercept back button in a Fragment to show an exit-alert-dialog. I tried both with onBackPressed and onKeyDown, but they don't work, I don't ...
0
votes
2answers
41 views
How do i remove text from back button on navbar within Xcode?
I set an arrow custom image to navigation bar by adding the following code in app delegate, it works but now im looking to remove the text completely for back button.
UIImage * backButtonImage = ...
0
votes
1answer
29 views
unhide div with browser backbutton
when i open div id list1 and followed by opening div id list2 then pressing the browser back button list1 won't reload.
i cant find a way to make this possible, please help. appologies for my back ...
0
votes
2answers
38 views
Leaving a asp.net application then hitting back isn't working
I have an asp.net application and am experiencing a surprising behavior.
Whenever I leave one particular page in the application, The back button starts behaving in the following way:
hitting back ...
0
votes
1answer
34 views
Conditional Javascript Redirect With Back Button Checker
I have done a conditional redirect with javascript (depending of referer). However now I need to detect if user got redirected and then he clicked back button and got again to the page he has been ...
0
votes
2answers
53 views
App is close when back button in on phone but no in another
I have an app that goes to the homeScreen when I click the back button in certain activity using a Galaxy SII (Android 4.0.4) but it does goes back normally to all the previous activities that not ...
0
votes
1answer
59 views
App is finished without finish() being called
I have an app that is finished when I click the back button in certain activity, but it goes to a previous activity in a different device. I am thinking that the problem is with the android version.
...
-1
votes
1answer
26 views
fancybox url rewrite & back button
I use fancybox to do a small project to clone pinterest.
When user click photo, the browser will popup the image box and the url will be changed.
If user close the popup, the popup will be closed and ...
0
votes
0answers
34 views
Force page reload on browser back when the fragment identifier changes
Problem:
1.User clicks on this link: default.aspx#id=1.
2.The page loads, the JS from the page gets the fragment identifier (in this case id=1), and then it posts back and loads some content based ...
0
votes
0answers
11 views
How to solve the navigation bar error in xcode
I have been writing a program which I use:
- (void)viewDidLoad {
[super viewDidLoad];
UINavigationBar *navBar =[[UINavigationBar alloc]
...
0
votes
4answers
41 views
Use back button to save sharedPreferences
I'm having some issue with my application... I have a Settings Activity where the user can pick a theme for the app, then I have a button that says "Back" and returns the user to the main Activity. ...
0
votes
0answers
58 views
BackButton loads more pages not a single one
I have created a single page Javascript application for Windows 8 and a have a little problem. When I press BackButton it loads alla previous pages I have already visited and also its streches the ...
0
votes
1answer
68 views
Back button triggers 'a' event on iphone using jquery mobile
I have a jQuery mobile app that has some code to show the loading screen on (nearly) all links
$(document).on('click', 'a:not(#addyes-link,upgradeyes-link,[rel=close],[data-icon=grid,[title=Close])', ...
0
votes
1answer
34 views
Handling android back button
I have a basic question about android development. In my app i have a autocomplete box. When user click on a menu button, autocomplete become visible. When user clicks on an entry in autocomplete, the ...
2
votes
1answer
68 views
Clearing Screen stack and disable back button in Blackberry Application
I have a requirement to restrict the user from pressing back button or disabling the back button in a screen. How should I get the Task done?
And Also on the same screen if user clicks the Ok button ...
0
votes
2answers
53 views
Disable backbutton click on edit text android
I am having an edit text, and while the user is entering data in it, i want the back button to be disabled. Please help if anyone has done this before.
0
votes
0answers
21 views
BOSH connection is aborted when chrome's back button is clicked
I have a webchat application which uses jsjac.js BOSH library to connect to the jabberd xmpp server. Since, we use BOSH http bind technology for chat connections, the basic working involves alive http ...
0
votes
1answer
70 views
Issue with back button between Fragments (backstack)
I have an app with 3 tabs. For two of theese tabs I have buttons where I change the current fragment with a new one with this code:
MapFragment newFragment = new JourneyMapFragment(mContext, ...
0
votes
3answers
90 views
How can I refresh a previous activity after the back button is pressed?
I am building an alarm application. I currently have a ListActivity which display the list of alarms and another activity which changes the time of a particular alarm. My problem is, when I decide to ...
0
votes
1answer
92 views
PhoneGap ask if you want to exit or go back history
this is my code:
function onLoad(){
alert("onLoad");
document.addEventListener("deviceready",onDeviceReady, true);
}
function ...
0
votes
4answers
65 views
how to listen key when popup is opened
I am writing an application to animate popup window. It was working great with my code.
I want to close the popup window(i.e to slide-down it), when back button is pressed on device.
But I couldn't ...
0
votes
1answer
168 views
PhoneGap handle back button to not close the app
I have index.html and page.html
index.html has an anchor to page.html
I would the backbutton press and ask to the user if he really want go back to index.html
This is my code:
index.html
...
1
vote
0answers
38 views
When pressing Back button, what determines whether the browser hits the server again or re-renders what it had in memory?
I'm developing a Rails 3 app, and I noticed that when pressing Back, the browser re-shows the page it already has in memory, instead of hitting the server.
That said, I'm 99% confident that in ...
3
votes
1answer
80 views
HTML5 History API: JSON displayed when going “back” to another page, and then “forward” again
I have a page where there are several search / filter button which, when clicked, refresh the contents of a list below through AJAX.
In the process, I'm modifying history (through pushstate) so that ...
0
votes
0answers
55 views
Browsing back with history push state and # links
So I have succesfully applied ajax to my main body container and am able to navigate throughout my website with the footer and header being static and just the body changing. I also fixed the bug ...
1
vote
5answers
192 views
Using the Back button in a webview in Android
When using the normal mobile browser, when you press the Back button, it takes you to the previous page. When a WebView is used in my app to display a web page and the user wants to return to the ...
0
votes
0answers
24 views
Why is my history entry not showing up in Chrome using BackboneJS?
I'm using Backbone.JS in an application with a few tiers of navigation. If the user comes in using a link to a non-top-level page, I'd like to insert history entries that bring them back up the nav ...
0
votes
0answers
127 views
Phonegap: history.back works incorrect
I have a PhoneGap application. I use a button to go back prev-page on each page. But it works sometimes true, sometimes false. I don't understand why such. Sometime, defect was appeared in these ...
0
votes
1answer
76 views
On pressing the back key activity is not going back
i am getting a strange problem.
On pressing the back key activity is not going back.
in logcat it is showing
04-15 19:24:09.063: V/Activity(23041): Tracking Key Up, activity is resumed: false
here ...
0
votes
2answers
54 views
Android back softkey how to use
I have a short question:
I'm new in the worl of android and I started now to programm a little app.
Now I have finished it and debugged it on my Samsung Galaxy S3. The application has 4 layouts. With ...
5
votes
2answers
177 views
Preventing the browser from reloading the page when a user hits Back
I seem to have the opposite problem from most SO users. I have a static page that changes rarely, and I want the browser not to reload that page when the user navigates back to it quickly. I have not ...
0
votes
2answers
112 views
jQuery Cookie URL
I have this cookie jQuery.cookie("previousUrl", window.location.href, {path:"/"}); to store the previous page url. How can I use this cookie as a window.location so that when a user clicks a "back ...
1
vote
2answers
528 views
Android DroidGap disabling back button
Please, anyone suggest, how can I disable back button press event while working with phonegap.
I need to do something in my activity, (droidgap code) for controlling back button event
Even, the ...
0
votes
1answer
59 views
Browser back button issue in Spring JSR 286 Portlets
I have developed a web application using sprint portlets JSR 286 which displays data in the table format in web browser.
Below given is the code used to call the controller from JSP file.
`
...
0
votes
1answer
114 views
Overriding back button to resume app
Below is the pictorial of the problem with my app.
THE APP ON STARTUP:
ON 100% PROGRESS:
NOW, IF I HIT BACK KEY AND AGAIN RETURN TO APP:
WHAT I ACTUALLY WANT: app should resume and ...




