Persistent header broken in long pages when back in history
Hi to all, this is the case:
i've 4 pages all in one single html file. the first three pages are categories-subcategories-subsubcategories listviews (i use changepage instead of href).
The fourth page displays item details.
Transitions is set to none and on pageshow i launch an ajax() call to asp page.
Results are injected with append() into the ul (first 3 pages) and a div (details page).
Header and footer are fixed and persistent.
I use jquery mobile latest via cdn and jquery-1.8.2.min.js and phonegap 2.2.0
Now: if i go forward page 1 to page 2 to page 3 to pages 4 all is perfect.
If i go back one page, say from 4 to 3 and then again to 4, i have a little flicker on the header. It's very little but i'm trying to understand why the first time i traverse the pages i have no problems. Any help is appreciated. Thanks.
P.S. It seems to me that the problem verifies when the clicked li item is below the first screen and i must scroll down to click it (sorry for my English)