Inappbrowser.openAuth works for iOS and I can able to fetch the results when I call
const result = await InAppBrowser.openAuth(url, redirectURL, options)
I can able to get and parse my result url in the iOS.
But the same thing is not working in android , I am able to see the select account option. On account selection, authentication is successfully completed and redirect url is launched but instead of getting back in to my react native code it loads the url on the browser it self and my app will not get the control to parse that redirect url.
Inappbrowser.openAuth works for iOS and I can able to fetch the results when I call
const result = await InAppBrowser.openAuth(url, redirectURL, options)
I can able to get and parse my result url in the iOS.
But the same thing is not working in android , I am able to see the select account option. On account selection, authentication is successfully completed and redirect url is launched but instead of getting back in to my react native code it loads the url on the browser it self and my app will not get the control to parse that redirect url.