flutter_web_browser icon indicating copy to clipboard operation
flutter_web_browser copied to clipboard

Possible to detect URL changes?

Open seenickcode opened this issue 4 years ago • 5 comments

Useful when the browser redirects back to an in-app page using URL schemes.

seenickcode avatar Aug 22 '20 18:08 seenickcode

Up, need to close browser after success pay!

uitlaber avatar Dec 24 '20 00:12 uitlaber

Use a webview if you really need that feature. It's not possible to do something like this with Chrome Custom Tabs for privacy reasons. If you need to return to the app after a successful payment and still want to use Chrome Custom Tabs you can try using deep links with this package: https://pub.dev/packages/uni_links (I'm doing that as well in my app).

dariotrombello avatar Feb 20 '21 15:02 dariotrombello

I used dynamic links :)

uitlaber avatar Feb 22 '21 11:02 uitlaber

https://github.com/victorbonnet/flutter_web_browser/issues/44#issuecomment-1127251195

srinivasupadhya avatar May 16 '22 06:05 srinivasupadhya

FSYA: annoying related issue in Flutter itself: https://github.com/flutter/flutter/issues/103160

seenickcode avatar May 17 '22 13:05 seenickcode