Closed algirdasmac closed 4 years ago
I have unfortunately not had much time to test this with flutter web. I want to support web in the future, but in the current state it is not officially supported, all though I know some people have found it useful for web as well.
im having the same issue web sca is not working
Hi,
It seems that there is an issue on the flutter web with SCA flow - when you try to confirm setup intent ('confirmSetupIntent') future is not returned on the web in case you need SCA.
Let's say you have a card, that requires 3DS confirmation - a new window opens with additional steps that you complete. After completing the steps, you are redirected in this new window to your return URL so in the original window future never completes and keeps hanging.
Short code to illustrate problem:
Related issue #35 .