flutter_stripe icon indicating copy to clipboard operation
flutter_stripe copied to clipboard

WebView doesn't close after upgrade to version 5.0.0

Open anderscheow opened this issue 2 years ago • 2 comments

Describe the bug After done payment with credit card or FPX, the WebView doesn't close itself

To Reproduce Steps to reproduce the behavior:

  1. Select payment with credit card or FPX
  2. Wait WebView to prompt
  3. 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

anderscheow avatar Oct 04 '22 01:10 anderscheow

Are you using the handleURLCallback from 5.0.1?

jonasbark avatar Oct 04 '22 14:10 jonasbark

Got any tutorial on how to use that method?

anderscheow avatar Oct 04 '22 14:10 anderscheow

@jonasbark By using the handleURLCallback, I need to add one dependency app_links to listen the deep link callback.

anderscheow avatar Oct 28 '22 00:10 anderscheow

this should be fixed now in later releases of the library. Feel free to reopen it if the issue still persist

remonh87 avatar Oct 31 '23 15:10 remonh87