HTC Desire :: Browser History Vs. Back Button Trail
Sep 9, 2010
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
Aug 8, 2010
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 Related
Jun 9, 2010
All activities in my application require a user to be logged-in to view. Users can log out from almost any activity. This is a requirement of the application. At any point if the user logs-out, I want to send the user to the Login Activity. At this point I want this activity to be at the bottom of the history stack so that pressing the "back" button returns the user to Android's home screen.
I've seen this question asked a few different places, all answered with similar answers (that I outline here), but I want to pose it here to collect feedback. I've tried opening the Login activity by setting its Intent flags to FLAG_ACTIVITY_CLEAR_TOP which seems to do as is outlined in the documentation, but does not achieve my goal of placing the Login activity at the bottom of the history stack, and preventing the user from navigating back to previously-seen logged-in activities. I also tried using android: launchMode ="singleTop" for the Login activity in the manifest, but this does not accomplish my goal either (and seems to have no effect anyway). I believe I need to either clear the history stack, or finish all previously- opened activities. One option is to have each activity's onCreate check logged-in status, and finish() if not logged-in. I do not like this option, as the back button will still be available for use, navigating back as activities close themselves. The next option is to maintain a LinkedList of references to all open activities that is statically accessible from everywhere (perhaps using weak references). On logout I will access this list and iterate over all previously-opened activities, invoking finish() on each one. I'll probably begin implementing this method soon.
I'd rather use some Intent flag trickery to accomplish this, however. I'd be beyond happy to find that I can fulfill my application's requirements without having to use either of the two methods that I've outlined above. Is there a way to accomplish this by using Intent or manifest settings, or is my second option, maintaining a LinkedList of opened activities the best option? Or is there another option that I'm completely overlooking?
View 2 Replies
View Related
Sep 8, 2013
In 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 Replies
View Related
Aug 2, 2010
I 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 Related
Nov 18, 2011
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 Related
Sep 30, 2010
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 Related
Jul 19, 2010
Anyone else have their HTC Desire back button getting damaged. The metal appears to be lifting and getting damaged. Tried to push it down so it does not catch on anything, but it does not seem to help. Its always in a case and has no damage........on the phone to HTC support at the moment and sent them picks. Waiting on a reply at the moment.
View 19 Replies
View Related
Feb 5, 2012
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.
View 2 Replies
View Related
Jul 15, 2010
This 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.
View 5 Replies
View Related
Jun 6, 2010
When we open some sites and read more details some stories, when we push back button, it's look the browser re open the current site. Is it possible if we push back button, the site will load instantly without reload to server?
View 2 Replies
View Related
Nov 9, 2009
I found the Clear Browser, Clear Cache, and cookies option in the setting and did that, but when i go on craigslist on the droid browser it still shows on what Ive previously clicked on. does anyone know how to clear this so that it looks like Ive never been on the site?
View 11 Replies
View Related
Jan 13, 2010
Can any one tell me how can we clear browse session history.We have api called Browser.ClearHistory(),this will delete entire records but i want to delete history of browsing session.
View 2 Replies
View Related
Feb 28, 2010
Is there a history option for the stock Droid browser? There are some sites I have been to but didn't bookmark them and am wondering if there is a way I can go and locate those sites!
View 2 Replies
View Related
Sep 22, 2010
During my activity I'm sending an intent to the browser in order to display a webpage :
Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse("http://ww.mywebpage.com"); startActivity(i);
I need to make sure that before sending the intent the browser cache and history are cleared so that the page get loaded from server directly and not from phone.
So far I've found the 2 following but I'm not sure they are used correctly :
Browser.clearHistory(getContentResolver());
Browser.clearSearches(getContentResolver());
Also with that cache is not cleared.
View 2 Replies
View Related
Sep 8, 2010
Is there a way to look at specific days in the browsers history, possibly by connecting to my PC?
My bill lists two huge and expensive downloads and I am sceptical about them. I'd like to see what pages I may have browsed on those specific dates (about 2 months ago). The browser history is broken down into Last 5 days, Last month, and More than a month ago which isn't much help.
Or is there some kind of generic GPRS history I can access on the phone to see what connections were made at the time?
View 3 Replies
View Related
Jun 29, 2010
My friend doesn't want the browser to keep any history. He's tired of clearing it!. I think he may use this phone for pron sometimes and when the GF reaches for the phone in the morning to check the weather, fooking autocomplete gives him away. Then he has to deal with being in the doghouse until next morning when she sees it again.
*Can a mod help me by moving this to the correct forum, I may have accidentally added a click before choosing to start the thread.*
View 2 Replies
View Related
Feb 1, 2010
How do I clear the History in the stock Google browser?
View 1 Replies
View Related
Feb 23, 2010
I have two quick questions1. How do i clear search/ browser history. An do the sites i access appear online under the account info for sites visited. E.g- phandroid, google, etc.
View 2 Replies
View Related
Oct 16, 2011
Is there a faster way to delete the Download History on Android phones; instead of having to click each and every item in the history? Every thread I find dealing with deleting the Download History, has to do with deleting the normal browser history, not the Download History.
So is there an easier way? Because I just spent 10 minutes deleting each and every item in my Download History and there has to be an easier way of doing this.
View 13 Replies
View Related
Oct 27, 2010
1. User click one button on Activity#1 to start Activity#2.
2. One button on Activity#2 start system default browser(Intent.ACTION_VIEW) to get Twitter authorized.
3. After user allow, Twitter redirect user to Activity#2(Custom intent- filter+data) and it save the tokens.
Now, if I press back key, the app back to browser, how to prevent this and return to Activity#1? Try several Intent.Flag before start browser with no luck.
View 4 Replies
View Related
Sep 27, 2010
I've deleted by accident the Most Visited/History Tab on one of the desktops pages. Could you please help me how to restore this without doing factory reset.
View 4 Replies
View Related
Sep 2, 2010
I 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".
View 2 Replies
View Related
Mar 31, 2009
I 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 Related
Oct 11, 2010
In 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.
View 2 Replies
View Related
Jul 19, 2010
I'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?
View 4 Replies
View Related
Nov 28, 2008
There are a couple of options within the browser I didn't find until after searching for it, so I thought I would share it with the rest of the community in order to help out.
-Everyone should clear the browser cache and previous history in order to save internal phone memory. To do this go to BROWSER press the MENU button and press MORE. There should be a list of things in there but what you should be interested in is the last item which is SETTINGS. From there in privacy settings there will be options to clear both cache and history.
- Another little tip I wanted to share was viewing webpages in landscape mode without opening your keyboard. To do this simply press the MENU button from within the BROWSER and go down to FLIP ORIENTATION. You should realize tho by doing this you browser will continue to be in landscape the next time it's used. In order to return it to it's normal portrait mode just follow these steps once again.
-There are a number of other things you can mess around with or find with the MENU button within the browser so just take a look at it yourself even if you don't want to do any of these tips.
View 12 Replies
View Related
Jun 16, 2009
In My code I am displaying a AlertDialog based on some condition.
CODE:.......................
View 2 Replies
View Related
May 5, 2010
Instead 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.
View 15 Replies
View Related
May 16, 2010
I desperately need to clear my internet history. On my new HTC all previous addresses come up when typing in an address and there are two in particular I need to delete.
View 5 Replies
View Related