Ready to post? First, try searching for your answer.
When performing social login on IOS, we are using url_launcher
package to launch the Auth0 /authorize url.
Everything works as expected, including the redirection_url back into our flutter app.
However, if the user of the iphone changes the default browser from Safari to Chrome, the redirect_url does not deeplink back into the app, rather the response socialk login response json is displayed in the browser app.
Is there any way to make this work?