Skip to content

Commit

Permalink
Remove hack but wait for Plaid feedback
Browse files Browse the repository at this point in the history
* Plaid seems to fix this direct webview integration internally without public doc
  • Loading branch information
tom-quiltt committed Feb 22, 2024
1 parent 16fb095 commit 14b983d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/QuilttConnector/QuilttConnectorWebview.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ class QuilttConnectorWebview: WKWebView, WKNavigationDelegate {
// self.isInspectable = true
// }
self.navigationDelegate = self // to manage navigation behavior for the webview.
// A hack to force Plaid to redirect flow over popup
self.customUserAgent = "Mozilla/5.0 (Linux; Android 14; sdk_gphone64_arm64 Build/UPB5.230623.003; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/113.0.5672.136 Mobile Safari/537.36"
}

required init?(coder: NSCoder) {
Expand Down

0 comments on commit 14b983d

Please sign in to comment.