Those are not part of Android, but the problem exist only in Android
WebView.
Anyway, I solved it by forcing the WebView to ignore the cache by:
$.ajax({
type: methode,
url: 'some_url?d' + new Date().getTime(),
data: JSON.stringify(req),
});
As you can see I added a new Date() object creation in order to overcome
that caching mechanism.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" 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/android-developers?hl=en