Browser back button won't work after form submitted with post method

Browser back button won't work after form submitted with post method

Hi all, here is my problem:

I have a website where the user have a landing page selecting his language preference. (page1)
He then goes on an identification page where he supplies some infos via a form post (page2)

When on page 3, if the user click the browser back button, its sending him back at page1.

On mobileinit, I've setted the following:

$.mobile.ajaxEnabled = false;
$.mobile.pushStateEnabled = false;
$.mobile.hashListeningEnabled = false;

Its acting that way in ios6 on safari. If I try the latest nightly build on windows, with useragent ios 4.3.3 iphone, I'm invited to repost the form, as expected. Same things on 5.1.1 and 5.0.1.

I thought this was a webkit bug, but it seems its related to jquerymobile. If I drop jqm, its working.

I hope somebody can help me on this, its driving me mad.