Maintain List-view Position using iOS 4.3

Maintain List-view Position using iOS 4.3

Hi!


I'm building an iPhone-app with Phonegap and jQuery Mobile. I have a list-view with multiple entries, linking to a detail-site for every entry.

With iOS > 4.3, when i navigate back from detail-page to list-view, i get back to the old position, where the entry was choosen. With iOS 4.3 that doesn't works.

(I also had a problem with fixed header and iOS 4.3 but solved it with the polyfill fix)

Is there a workaround for this problem too?

Thank you!