IOS6 is caching POST although HTML spec says not to cache it. I opened an issue in gwt sent a patch a couple of days ago, in the issue you can find some workarounds apart from patch gwt.
http://gwt-code-reviews.appspot.com/1845803/ http://code.google.com/p/google-web-toolkit/issues/detail?id=7703 - Manolo On Mon, Oct 1, 2012 at 7:59 PM, Enrico <[email protected]> wrote: > I'm experimenting a problem accessing with iOS 6 Mobile Safari directly to > an history mapped place of my GWT MVP Web Application. > > Example URL is 127.0.0.1/webcontext/#register:email!code > where 'register' is the PlaceTokenizer prefix of RegisterPlace that is > included in the AppPlaceHistoryMapper. > > Accessing to that url by iOS 6 Mobile Safari results in a randomic > behaviour: the browser simply load the application main page, without > jumping to the correct view. After many retry and reloads, sometimes the > right view is displayed correctly. > > I'm aware of iOS 6 Mobile Safari AJAX related bugs, but this seems not to > be related to any of them: the activity related to RegisterPlace is not > placing any call to the server at start, just build and serve a > registration form. > > This was working without problems on iOS 5 Safari and still work good on > Android Browser as well as all desktop based browsers (Firefox, Safari, > Chrome). > Is there anyone else facing the same problem? > > Thanks > > > > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-web-toolkit/-/97xukYK1uwAJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
