You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please, tell us how to recreate the issue in as much detail as possible.
The react-native-modal does not work when react-native-inappbrowser is open on iOS env.
I set a timer with setTimeout and react-native-modal open when the timer is over.
When react-native-inappbrowser is open and the timer is over.
Then I close react-native-inappbrowser, the modal is not open.
It works fine on Android env.
I know that react-native-modal cannot open two at the same time.
Is the react-native-inappbrowser treated as modal in ios environment?
The text was updated successfully, but these errors were encountered:
@nguyenduythuc I also asked react-native-modal github about this problem. In conclusion, react-native-inappbrowser is treated as a modal on iOS. So, if you want the modal to appear when react-native-inappbrowser is closed, you need to add a callback. You can check that here. react-native-modal/react-native-modal#735
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) 6.3.1(0.67.5 in package.json)Please, tell us how to recreate the issue in as much detail as possible.
The react-native-modal does not work when react-native-inappbrowser is open on iOS env.
I set a timer with setTimeout and react-native-modal open when the timer is over.
When react-native-inappbrowser is open and the timer is over.
Then I close react-native-inappbrowser, the modal is not open.
It works fine on Android env.
I know that react-native-modal cannot open two at the same time.
Is the react-native-inappbrowser treated as modal in ios environment?
The text was updated successfully, but these errors were encountered: