Hi,
I am trying to show a dialog when user clicks reload on a page which has a post request. After handling showRepostFormWarningDialog() and then calling "continuePendingReload()" , didFailProvisionalLoad() is called with the error code -1 and description net::ERR_CACHE_MISS.
This happens consistently with mutiple pages. One example is, (both android_webview_apk and content_shell_apk)
2. Click on the "LogIn" button
3. Do not enter credentials on the following page, and just hit "Login"
4. An error is displayed on the page.
5. Try to reload the page.
The renderer goes blank and I see this error being returned.
Thanks,
Sriram