ionic-team / cordova-plugin-ionic-webview

Web View plugin for Cordova, specialized for Ionic apps.
Apache License 2.0
484 stars 391 forks source link

Plaid OAuth Integration Feature #690

Open andrewrindge opened 6 months ago

andrewrindge commented 6 months ago

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?