We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce42ee7 commit f76b643Copy full SHA for f76b643
ios/RNInAppBrowser.m
@@ -172,6 +172,9 @@ + (BOOL)requiresMainQueueSetup
172
safariVC.preferredControlTintColor = [RCTConvert UIColor:preferredControlTintColor];
173
}
174
175
+ // To disable "Swipe to dismiss" gesture which sometimes causes a bug where `safariViewControllerDidFinish`
176
+ // is not called.
177
+ safariVC.modalPresentationStyle = UIModalPresentationOverFullScreen;
178
179
UIViewController *ctrl = RCTPresentedViewController();
180
if (modalEnabled) {
0 commit comments