January 10th, 2012, 05:56 PM
|
#1 (permalink)
|
|
New Member
Join Date: Jan 2012
Location: Santa Barbara, CA
Posts: 2
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
|
'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!
|
|
|