From b4d19bc8a394d5d8e80d7be6b03174e7e24514d4 Mon Sep 17 00:00:00 2001 From: muneerpala2 Date: Tue, 1 Aug 2023 13:45:05 -0400 Subject: [PATCH] Disabled the close function for testing --- src/ios/CDVWKInAppBrowser.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ios/CDVWKInAppBrowser.m b/src/ios/CDVWKInAppBrowser.m index 2ac7d1f89..528ca970a 100644 --- a/src/ios/CDVWKInAppBrowser.m +++ b/src/ios/CDVWKInAppBrowser.m @@ -86,7 +86,7 @@ - (void)close:(CDVInvokedUrlCommand*)command } // Things are cleaned up in browserExit. - [self.inAppBrowserViewController close]; + // [self.inAppBrowserViewController close]; } - (BOOL) isSystemUrl:(NSURL*)url