I need some help over webview page load status check either the page load success/failure. I know that the Web view onReceivedError override method handles failure calls. But I'm in need to find the success status, and send the status back to another application.
Asked
Active
Viewed 1,475 times
1 Answers
0
Unfortunally there is no implementation for that in Android WebView.
In this related ticket a lot of suitable workarounds using http-status:
Get HTTP Status Code in Android WebView
You success case would then be the response of status code 200.

Community
- 1
- 1

Ostkontentitan
- 6,930
- 5
- 53
- 71