I’m working on the Flutter app, and need to create a callback URL after
a customer success/fails payment. Which event/function can be used with webview_flutter?
I checked the same questions here but didn’t find solutions
I’m working on the Flutter app, and need to create a callback URL after
a customer success/fails payment. Which event/function can be used with webview_flutter?
I checked the same questions here but didn’t find solutions
2
Answers
You can create webview client and use
shouldOverrideUrlLoading
oronLoadResource
to create a callback url in webview_flutterYou can use webview_flutter and do what you want in navigationDelegate callback