flutter_stripe
flutter_stripe copied to clipboard
WebView doesn't close after upgrade to version 5.0.0
Describe the bug After done payment with credit card or FPX, the WebView doesn't close itself
To Reproduce Steps to reproduce the behavior:
- Select payment with credit card or FPX
- Wait WebView to prompt
- WebView keep showing
Expected behavior WebView should close itself
Smartphone / tablet
- Device: iOS and Android devices
- OS: iOS 15, Android 13
- Package version: 5.0.1
- Flutter version: 3.3.3
Additional context PR #399 I added the lines of code, but get removed from this PR
Are you using the handleURLCallback from 5.0.1?
Got any tutorial on how to use that method?
@jonasbark By using the handleURLCallback
, I need to add one dependency app_links to listen the deep link callback.
this should be fixed now in later releases of the library. Feel free to reopen it if the issue still persist