I am using PhoneGap and having the following problem on iOS 4.3 and Android 2.3 on both devices and in emulators. After making a page transition using $.mobile.changePage('#ptable',"slide",true,false); and then returning to the originating page using another changePage the header on the first page scrolls about 3/4 of the way up. The remainder of the page stays in place. When navigating away from the page the header scrolls back down quickly before the transition.
This only happens after a page is visited. The first time a page is entered the header is fully visible but on any subsequent visits it scrolls up. Has anyone else seen this behavior?