Skip to content

Commit

Permalink
Remove client injection instruction in the android webview readme
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse authored Nov 14, 2024
1 parent 16ead0d commit 2fdbf40
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions x/mobileproxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,12 +566,6 @@ ProxyController.getInstance()
)
```

Then you simply inject that client into your activity's WebView like so:

```kotlin
this.webView.webViewClient = MyWebViewClient()
```

#### iOS

As of iOS 17, you can add a proxy configuration to a `WKWebView` via its [`WKWebsiteDataStore` property](https://developer.apple.com/documentation/webkit/wkwebviewconfiguration).
Expand Down

0 comments on commit 2fdbf40

Please sign in to comment.