ezet / stripe-sdk

A simple and flexible Stripe library for Flutter with complete support for SCA and PSD2.
https://pub.dev/packages/stripe_sdk
Other
137 stars 137 forks source link

iOS, a small safari back button is shown after the SCA returns back to the app #127

Closed varunbhalerao56 closed 3 years ago

varunbhalerao56 commented 3 years ago

Currently using the automatic payment intent and redirecting the user to the browser. After I click confirm (Fig 1) I return back to the application and there is a safari icon on the top left of the screen which allows me to go back to the safari browser (Fig 2).

image image

Have tried tweaking the launch() in the stripe.dart but no luck. Not sure if this is an issue from the url_launcher.

ezet commented 3 years ago

@varunbhalerao56 Did you find a solution to this issue?