Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
andycandy-de committed Feb 16, 2021
1 parent 13a35c4 commit 6c53360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,11 @@ Android code

```
// Bridge can be initialized by calling the 'init' function inside
// the 'onPageFinished' function of a WebViewClient
// the 'onPageStarted' function of a WebViewClient
webView.webViewClient = object : WebViewClient() {
override fun onPageFinished(view: WebView?, url: String?) {
override fun onPageStarted(view: WebView?, url: String?, favicon: Bitmap?) {
bridge.init()
}
}
Expand Down

0 comments on commit 6c53360

Please sign in to comment.