A little Android utility app for the purpose of observing WebViewClient
events.
Debug information for the page loaded in the WebView
is displayed as HTML in a prepended DOM element.
Though generally informative, the purpose for this app is to debug this issue.
Specifically, that the onPageStarted
and onPageFinished
events are called multiple times during a single page load.
This issue is also discussed in depth here.
- copyright: Warren Bank
- license: GPL-2.0