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
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
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:
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.The text was updated successfully, but these errors were encountered: