I have a couple instance where I send the user to a URL. Currently the logic starts an activity to forward the user to a URL then it finishes the activity they were on.
Well, all that works great, but when the user hits the back button from the HTML page, they are shown a blank screen and have to hit the back button again to get to where they need to be. How can I get rid of this blank page? I'd rather not rig up some sort of callback to know when they are done on the HTML page so I can then finish the page they came from. Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

