react-native-inappbrowser
react-native-inappbrowser copied to clipboard
📱InAppBrowser for React Native (Android & iOS) 🤘
### Which platform(s) does your issue occur on? `Android Device (OS Level 34)` ### Please, provide the following version numbers that your issue occurs with: ``` "react-native": "0.70.8", "react-native-inappbrowser-reborn": "^3.7.0"...
Hi. tnx for this great library. how can I open url in a specific browser? if it is not exist, open the default browser
IOS/Android/Both "react-native-inappbrowser-reborn": "^3.7.0", When the cancel/dismiss button is called the modal where inAppBrowser is launched from is closed -- the state of modalVisible doenst change in anyway and remains true...
## PR Checklist - [ ] The PR title follows our guidelines: https://github.com/proyecto26/react-native-inappbrowser/blob/main/CONTRIBUTING.md#pull-request-process. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting...
I have a react page loaded by inapp browser, its a test page, I have placed a simple button when onClick event is triggered it just calls window.close() and this...
Issue exists only on ios 15. When i try opening the camera thorugh the in-app broswer, it doesn't open I am using react native 0.67.5
### Make sure to check the demo app(s) for sample usage I am using react native 0.67.5. Debug build is working fine. But for android release build, on opening the...
App crashes when there is a custom style and on specific device when modal is enabled and modalPresentationStyle = 'popover'. It was diagnosed on AppStore review with iOS 17.5 and...
A heads up. We have found that in it's current instantiation if you are publishing anything that uses `react-native-inappbrowser` in your a react native app with the following rules (below)...
We have updated App's target SDK as 34 but now Google is asking to update this NPM dependency to target 34 which is not in our control and without this...