react-native-inappbrowser
react-native-inappbrowser copied to clipboard
📱InAppBrowser for React Native (Android & iOS) 🤘
### Which platform(s) does your issue occur on? - Android ### Please, provide the following version numbers that your issue occurs with: - `androidx.browser:browser:1.6.0-beta01` has been released few days ago,...
When using this with aws cognito for social login with aws cognito, when signing in ,not able to select gmail account again if selected previously. Used ephemeralWebSession in iOS to...
- iOS/Android/Both - emulator
``` const openLink = async (url) => { try { if (await InAppBrowser.isAvailable()) { InAppBrowser.open(url, { // Configure your InAppBrowser options here // ... }) .then((result) => { console.log("printing result",...
``` org.greenrobot:eventbus:3.2.0 This SDK version has a note from the SDK developer. Here's what the SDK developer told us: EventBus 3.3.1 is available which has migrated to AndroidX libraries and...
With Fabric/Turbomodules now being available for please add add support for it See https://reactnative.dev/docs/new-architecture-library-intro https://reactnative.dev/blog/2022/06/16/resources-migrating-your-react-native-library-to-the-new-architecture
### Issue The check for `event.url.startsWith(returnUrl)` [here]( https://github.com/proyecto26/react-native-inappbrowser/blob/develop/utils.js#L41) prevented my OAuth session from successfully completing the redirect on **Android**. As far as I can tell this was due to the...
### Which platform(s) does your issue occur on? Most Android 13 and below ### Please, provide the following version numbers that your issue occurs with: "react-native-inappbrowser-reborn": "^3.7.0", ### Please, tell...
### Make sure to check the demo app(s) for sample usage Done ### Make sure to check the existing issues in this repository Done ### If the demo apps cannot...
### Which platform(s) does your issue occur on? - Android ### Please, provide the following version numbers that your issue occurs with: - `androidx.browser:browser:1.5.0-alpha01` has been released on Oct. 24th,...