Open bsakweson opened 7 years ago
Very late reply but I ran into a similar issue. Had to change config.xml to
<allow-navigation
href="*" />
To allow the iframe to open. I now have an issue with the iframe going all the way to the top and having the close under the status bar.
Hello there, I am using plaid in my apps and ran into an issue where plaid link is unable to open bank accounts view on my test iPhone. I am able to open the same view using the web when I use
ionic serve
Using the debugger, I can see that bank information is retrieved successfully from plaid remote service but is not displayed since the view is not opened. Could This be the reason why I am having this difficulty?