AppAuthWebView-Android
AppAuthWebView-Android copied to clipboard
Error handling
Is there a way to get http errors to trickle up to the fragment handling the webview and AppAuthWebView ?
Hello,
Currently, there isn't any HTTP error object returned, but it can be passed whenever
showConnectionErrorLayout() method is being called.
I will be grateful if you send me a PR :)