Skip to content
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

Crashes on open when modalPresentationStyle = 'popover' #456

Open
cveklica opened this issue Jun 4, 2024 · 0 comments
Open

Crashes on open when modalPresentationStyle = 'popover' #456

cveklica opened this issue Jun 4, 2024 · 0 comments

Comments

@cveklica
Copy link

cveklica commented Jun 4, 2024

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 confirmed on Simulator on iOS 17.2

browser settings:

{
...
modalEnabled: true,
modalPresentationStyle: 'popover'
...
}

Which platform(s) does your issue occur on?

  • iOS only

  • iOS 17.x

  • simulator and device - iPad Air (5th Generation)

  • CLI: 6.4.0

  • Plugin(s): "react-native-inappbrowser-reborn": "3.7.0",

Please, tell us how to recreate the issue in as much detail as possible.

just put this specific style to this specific device, nothing fancy

Fixed by putting modalPresentationStyle: 'automatic' but I'm not sure it will work on all devices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant