Monday, October 1, 2012

GWT WebApp and iOS 6 Safari

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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment