Anyone run into this? Activity creates a WebView and sets cache mode = LOAD_NO_CACHE, then calls WebView.postUrl() with a URL and some POST data.
The resulting webpage has a hyperlink, which the user tap to access a second page. He then taps the device back button, which I intercept and turn into a goBack() call on the WebView. On a 4.2.2 device this results in the original POST request being re-sent along with the original data supplied to WebView.postUrl(). On a 4.4.4 device the device still makes a POST request, but without the POST data. Verified this is this case by way of server logs. -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

