You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a new developer so please let me know if there's a better place or way to direct my question. I believe this issue will start on January 1st when Chase OAuth changes limit webview traffic.
I'm working on a banking mobile app that uses cordova-plugin-ionic-webview to open webpages that access financial information and interfaces with Plaid Link so users can connect their personal bank information. Chase bank is deprecating in-process web view traffic starting on January 1st, 2024 and Plaid's solution to update web view integration to match their sample integration code:
I'm a new developer so please let me know if there's a better place or way to direct my question. I believe this issue will start on January 1st when Chase OAuth changes limit webview traffic.
I'm working on a banking mobile app that uses cordova-plugin-ionic-webview to open webpages that access financial information and interfaces with Plaid Link so users can connect their personal bank information. Chase bank is deprecating in-process web view traffic starting on January 1st, 2024 and Plaid's solution to update web view integration to match their sample integration code:
iOS (https://github.com/plaid/plaid-link-examples/blob/master/webviews/wkwebview/wkwebview/LinkViewController.swift)
Android(https://github.com/plaid/plaid-link-examples/blob/master/webviews/android/LinkWebview/app/src/main/java/com/example/linkwebview/MainActivity.kt)
Is anyone else dealing with this upcoming issue? Is Plaid's suggested web view integration something that can be adapted in the plugin?
The text was updated successfully, but these errors were encountered: