We're using the pop-up dialog element. ( data-rel="dialog") to load a simple search form. The user enters a 3-digit code and is redirected to the profile on our site.
However, after that search, the back button no longer functions properly. In some instances it will only take people back to the home page of the site and not to any of the subsequent pages, and in other instances, it stops working entirely.
Here's the working draft of our site which shows these issues.
For example
1) Search a grower code, e.g. 763
2) search form redirects to the grower's profile
3) Click on a link e.g. "Farm Description"
4) Click back button. grower's profile is skipped and user is directed to the homepage
Another example where back button breaks entirely
1) Search a grower code, e.g. 763
2) search form redirects to the grower's profile
3) Click on a link e.g. "Farm Description"
4) Click on pineapple image
5) Click back button. Pineapple page is reloaded
6) Click back button again. No action.
Is this a bug in jQuery Mobile, or are we doing something wrong here.
Thanks
--
David