Closed gourav-singhal closed 3 years ago
Please, ensure your title is less than 63 characters long and starts with a capital letter.
react-native --version
react-native-cli: 2.0.1 react-native: 0.62.2
package.json
"react-native-inappbrowser-reborn": "3.4.0",
Describe the steps to reproduce it.
(EVEN BETTER) provide a .zip with application or refer to a repository with application where the problem is reproducible.
InAppBrowser.openAuth(url, oAuthRedirectUrl, {options} );
App tries to open the browser but fails and returns to the login screen.
Can you share more details please? What version of Android are you using?
Hi
The version of Android on device is Android 11.
Closing this as the issue was due to Antivirus
Make sure to check the demo app(s) for sample usage
Make sure to check the existing issues in this repository
If the demo apps cannot help and there is no issue for your problem, tell us about it
Please, ensure your title is less than 63 characters long and starts with a capital letter.
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
react-native --version
to fetch it)react-native-cli: 2.0.1 react-native: 0.62.2
package.json
file of your project and paste your dependencies and devDependencies here)"react-native-inappbrowser-reborn": "3.4.0",
Please, tell us how to recreate the issue in as much detail as possible.
Describe the steps to reproduce it.
Is there any code involved?
(EVEN BETTER) provide a .zip with application or refer to a repository with application where the problem is reproducible.
InAppBrowser.openAuth(url, oAuthRedirectUrl, {options} );
App tries to open the browser but fails and returns to the login screen.