Skip to content

Commit

Permalink
Update x/mobileproxy/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Vinicius Fortuna <[email protected]>
  • Loading branch information
daniellacosse and fortuna authored Oct 17, 2024
1 parent fe635b1 commit 49f8546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/mobileproxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ We are working on instructions on how use the local proxy in a Webview.

On Android, you will likely have to implement [WebViewClient.shouldInterceptRequest](https://developer.android.com/reference/android/webkit/WebViewClient#shouldInterceptRequest(android.webkit.WebView,%20android.webkit.WebResourceRequest)) to fulfill requests using an HTTP client that uses the local proxy.

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

```swift
let configuration = WKWebViewConfiguration()
Expand Down

0 comments on commit 49f8546

Please sign in to comment.