$.mobile.changePage and PHP header('location ...
hi,
I'm developing a multipage-projekt in jam 1.3.2 and domCache=true. Some pages got a PHP:header('location:url')-redirect and following happens:
1. I see the content of the correct redirected page
2. the browsers shows the url of the other (
originally requested
) page
3. the data-url of the activepage is the same (wrong) url as the browser shows
4. I can't navigate with my browser's backbutton because
I can't hit fast enough to
overcome the redirect ;)
…
without dom-cache it is no problem.
i there any trick how I could manage it?
best,
heinetz