• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps 'Back' button sequence issue?

We have developed a mobile website that includes a search feature. When the user inputs a keyword to search, javascript displays a 'loading' DIV overlay during the search before rendering the results on a new page. When the user hits the device 'back' button they should go back to the previous page.

In Android 2.1 (and iPhone), this process works.

But in later versions of Android (and later versions of BB), when the device 'back' button is hit, the loading DIV overlay appears and the process ends there. So the sequence of events for the back button seems to be related to the previous EVENT, not the previous PAGE.

Any ideas how I can get it to go to the previous PAGE instead?

Thanks!
 
Back
Top Bottom