Login hangs on certain Android devices using React-Native

I’m having issues with some Android devices not closing the browser and returning the promise after login.

Using npm package react-native-auth 2.9.0

Snippet for how I trigger the authorize method

    const response = await auth0.webAuth.authorize({
      scope: 'openid profile email offline_access',
      audience: <my audience>,
      connection: <my connection>,
      prompt: 'login'
    });

Hey there!

Can you raise it as a GitHub issue here so we can work on that directly with the repo maintainers?

Once you have it you can share the link to it here so we can ping them. Thank you!

Thank you! I’ll ping repo maintainers in a few minutes!