Skip to content

Crashes on open when modalPresentationStyle = 'popover' #456

@cveklica

Description

@cveklica

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions