From where exactly should we try to add a listener to body (or any other tag) tag using JS in Android webview.
Because in onPageStarted()
the element might not have been loaded and in onPageFinished()
the element might have already completed loading.