Jquerymobile - lost data on browser back button
Hey guys,
I'm making an app webview for iPad using aspx .net.
The page is simple, basically I have some fields for search, the button "search" call the C# method and it fetch a repeater using the listivew style of jquerymobile.
The user clicks on link to go to detail page and the C# fire a postback, hidden the results div using display=none and show other div for details.
When the back button is pressed, Chrome and Safari lost the results data (only FF save the results).
I tried put parameters in main div (role=page) like data-cache=true, data-dom-cache-true but they don't work...
Can someone help me to fix that?