Skip to content

Commit

Permalink
fix(android): set WebViewClient on the WebView (#5919)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Sep 15, 2022
1 parent 9ca27a4 commit 020ed8e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1299,6 +1299,7 @@ public BridgeWebViewClient getWebViewClient() {

public void setWebViewClient(BridgeWebViewClient client) {
this.webViewClient = client;
webView.setWebViewClient(client);
}

List<WebViewListener> getWebViewListeners() {
Expand Down

0 comments on commit 020ed8e

Please sign in to comment.