-
-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-native-inappbrowser IOS issue #383
Comments
According to the prev discussion, this issue could be triggered by this code |
Code:
};Still getting same error |
@shaheerarshad757 Were you able to solve this issue? I get the same error and behaviour as you have. |
this happened with me when I tried |
I fixed this with the hack recommended issue 131. It's not great but does seem to work. For the record, I got it working without the catch but I added it to be safe.
|
I've been running into this issue and have been able to determine that it's happening when users are sharing their phone screens on zoom meetings. 100% of my |
Which platform(s) does your issue occur on?
Please, tell us how to recreate the issue in as much detail as possible.
Describe the steps to reproduce it.
-While opening inapp browser it shows an error "Another inappbrowser is already being presented"
-Works fine when you refresh your code (every time)
The text was updated successfully, but these errors were encountered: