General :: Have To Click Back Button 2x In Browser To Go Back?
Sep 8, 2013In the last few days I am having to press the back button twice when using both the stock android browser and the latest version of chrome on my rooted S3.
View 4 RepliesIn the last few days I am having to press the back button twice when using both the stock android browser and the latest version of chrome on my rooted S3.
View 4 RepliesThis is my first android device and i'm loving it... but one thing that irks me is the use, or lack thereof, of the back button.
As I am navigating menus and options in the Settings, I cannot simply go back one menu using the back key. For example, if I go to Settings->Battery Manager->Battery Profile Options and want to go back to the Settings screen, I cannot.
Pushing the back button does nothing and I can only go back to the Settings menu by going Home, then re-entering.
Another quirk regarding the back button is when reading emails. Using a regular email account such as Hotmail, I cannot simply read an email and go back to the inbox using the button.
It makes navigating the phone very tedious.
Any way that you can make the back button in the browser retain the same function that it normally would - IE taking you back to the last program you were in. I hate how it takes you back a page instead - I mean the Browser's back button is there for a reason, right?
View 9 Replies View RelatedWhen I DL'd the GDE app, I accidentally set my stock droid "HOME" screen as the default screen when the popup box came up asking me to choose between stock Home and GDE. Now when I click on GDE and click the home button, it switches back to the stock Home screen. How to I switch the settings now to set the GDE app as the new home screen?
View 15 Replies View RelatedI am writing a application where I am dealing with 4 activities, let's say A, B, C & D. Activity A invokes B, B invokes C, C invokes D. On each of the activity, I have a button called "home" button. When user clicks on home button in any of the B, C, D activities, application should go back to A activity screen ?
How to simulate "home" button in this case ?
I need to pass a value back to the same activity and refresh the activity to generate new data. Can anyone please provide me some ideas/guidance on how to do it?
I had try using intent to call the same activity but it doesn't work. Here is the code which i tried to use intent code...
I don't know if this is an Android in general or Desire specific problem but I imagine all the sharpest minds have HTC Desires anyway so here goes:How do you get rid of the trail of previously visited sites that you step back though in the browser when you press the phone's back button? After clearing the history these pages persist and it seems the only way to lose them is to step back though each of them with the back button until you reach your home page when the next press finally 'closes' the browser. It's very annoying, especially if any of the pages you've visited have POST data or redirects.
View 10 Replies View RelatedI like buttons, but I also like options. Just wasn't sure if there was an app to incorporate a software based back button in the OS or at the very least within the browser.
View 3 Replies View RelatedI call WebView.clearHistory(), but I am still able to go back after doing so. I want to reuse a WebView, but I don't want the back button to allow the user to go back further than the current "session" of using the WebView. Anybody know what is the best way to handle this? I thought for sure that clearHistory() would do it.
View 3 Replies View RelatedIn my android application i have a video list screen,a buffering screen and a videoplayer screen.
As soon as the user clicks an item from videolist screen ,he is navigated to buffering screen and then to videoplayer.
In the buffering screen i am using Async task and doing the loading process in on background process.
Now my issue is like the user if has selested a video then gets navigated to buffering screen.But if the user clicks back when he is in buffering screen then initially he is getting navigated to videolist screen but immediately after that again he is navigated to videoplayer screen.
What i would like to have is either the back button should be made disable in buffering or should prevent the player tostart if back is clicked.
When I press the back button all the way isnt it suppose to close the browser? The web browser still shows as a running app.
View 2 Replies View RelatedI'm finding that I'm using the back button A LOT whether browsing the web or just navigating the OS. It kind of sucks because the buttons on the droid x are well, really small, and sometimes hard to press because they are so narrow and flimsy feeling. And depending on how you are holding the phone, it could be a good bit of distance for your thumb to travel or I'm finding myself having to reposition the phone in my hands just to reach the back button, which you seem to need very frequently.
Anyone know of any kind of back 'swipe' implementation ? Like some software you can install that makes it if you swipe left to right on maybe the top bar it goes back?
When you're in the browser long pressing on the back button takes you straight to the history page, very useful.
View 1 Replies View RelatedInstead of trying to grab the notification bar and swiping it down, simply start ABOVE the screen and swipe down. Fast or slow makes no difference.
You can swipe it back up, or simply hit the back button.
I have installed CWM version 5.0.2.6 but it has no back button.I also tried pressing vol up+vol down key to toogle enable/disable back button.
View 2 Replies View RelatedFor some reason the back button and the other one has disappeared. S4 phone. . Did I push something for these to not to work or light up?
View 1 Replies View RelatedBrowser keeps exiting, but I've only noticed it when I visit a certain page. Nothing comes up as in a force closing it just goes back to my phones home screen. I've tried clearing cache and that didn't work. Its really annoying, & I don't want to have to download another browser thats a last resort for me.
View 1 Replies View Relatedi've just returned to Android after about a year and a half and I never remember having this "issue" with my old galaxy s2x. But i am finding that whenever i am scrolling down a list, facebook, instagram, or even a webpage, and i hit the back button, it always starts me from the very TOP of the page again. I am used to just hitting back and having it remember my position halfway down or wherever i was. is this just an android thing?!
View 6 Replies View RelatedI update my Galaxy S2 SHV-E110S to JB but Menu and Back button not working.
View 1 Replies View RelatedOne of the feature on cyanogenmod most useful to me was the ability to kill any app via the long press of the back button..
Now I'm using a (beta) rom of Ice Cream and missing this feature so much.
Is there any app or other way to add this? obviously the phone (HTC Desire) is rooted and s-off.
I recently upgraded my htc desire s to the official 3.5 sense version and them to the endymion rom and both have something quite annoying in all browsers I have tried (dolphin, stock and boat browsers).
What happens is pressing back sends me to the top of a web page, meaning I have to press back twice to get to the previous page. It's not a huge deal, just a minor annoyance.
Is it possible to remap the Hardware back button to toggle screen rotation? (I'm on 4.1.1 with root).
View 1 Replies View RelatedI have 3 activities in my app: Activity1 -> Activity2 -> Activity3. Inside Activity3, if the user presses Back, I would like to return to Activity2. In Activity3's onPause event, I added a finish() statement. That's probably not even necessary, but I wanted to make sure this Activity gets cleaned up. This works fine.
However, while in Activity3, if the user presses Home or starts a new app (through notification bar or some other means), I want both Activity3 and Activity2 to finish. If the user returns to this app, he should resume with Activity1.
I have figured out how to do one or the other, but I can't figure out how to handle both cases, if it's even possible. Can I trap the "Back" button in Activity3 and send a message back to Activity2 telling it not to finish()? It seems like the Activities follow the same lifecycle flow (Pause, Stop) regardless of what you do to send them to the background. Just to answer the question of why I want this behavior, imagine that Activity1 is a login screen, Activity2 is a selection screen, and Activity3 is a content screen. If I press Back from the content page, I want to be able to make a new selection. If I exit via any other means (Home, notification bar), I want the user to be "logged out".
How to completely disable navbar when in full screen and use power button as "Back" and long press power means screen off. I want to save some precious screen space and avoid accidentally press navbar when playing games.
Is there a way to do it? I'm on CM10 - FXP - Ion lt28h
In My code I am displaying a AlertDialog based on some condition.
CODE:.......................
i build application....and i want to back up my database when user click "clear data" in manage application... because data is lost...some data is very critical for process in my application...how can i solved this?
View 2 Replies View Related1. after taking a picture, and clicking on the thumbnail to view it, have the phone let you view it in portrait, not landscape only.
2. on board image resizing, the 5, 3 and 2mp options dont cut it. let us choose 640x480(all MP's), 800X600(all MPs) 1024x768, etc..
3. when in camera settings, when you click back to get back to the options it closes the whole settings slider. which is annoying.
Does simply pressing the back or home button actually close the the running app? If I press the back button in mail for instance the phone returns to the home screen but if I then press the Mail button again the mail will open rite where I left off at not on the Mail home screen. this happens with all the apps.
View 1 Replies View RelatedSorry if someone else has posted this, but I searched and didn't find anything. I've noticed that since I updated a few days ago, my back button has become pretty useless. I have to tap it several times before it will go back a screen. I know I'm hitting the button right... there is still haptic feedback, just nothing happens on the screen.
View 4 Replies View RelatedI am a new to android development I want to override the default back button operation in android,please let me know how i can do this in code.