2

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.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Senthil Mg
  • 3,301
  • 4
  • 32
  • 49

1 Answers1

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