flicker/kind of refresh after page being loaded (jqm 1.2, phonegape 2.2)

flicker/kind of refresh after page being loaded (jqm 1.2, phonegape 2.2)

first the facts: i am using phonegap 2.2.0, jquerymobile 1.2.0 on ios 6 with iphone 5 and iphone 3gs.

i have an application which has some local html-files that are supplied in the www folder. from the start/index.html page of the app i open those pages. there are also content which will be loaded via an ajax call that returns json which then will be converted to html and being displayed.

the new "fade" transistion looks really nice on both iphones, much better than the old slide transition with jquerymobile 1.0rc.

but i have one problem: when i click on link to open a page, either the static local html or the dynamic json ajax, the page is first displayed then there is a short flicker, kind of a refresh. a click to open a sub page is only possible after that "refresh".

in particular this flicker and delay is visible and notable with long listviews. two of the ajax content will result in long listviews. but also with small static pages, that are local in the www folder, this happens.

strange thing is, this "refresh/flicker" is mostly visisble with the heading (<hx> in content-div).

on the mobile version of this app, i have also a version which can be directly accessed via browser, there is no flicker/refresh.

can somebody guide me where to look. on the weekend i will try some pagecreation events to log to console to maybe see when this all happens.

markus