Skip to content

Commit

Permalink
Disabled the close function for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
muneer-khan committed Aug 1, 2023
1 parent 8dd3aa2 commit b4d19bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ios/CDVWKInAppBrowser.m
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ - (void)close:(CDVInvokedUrlCommand*)command
}

// Things are cleaned up in browserExit.
[self.inAppBrowserViewController close];
// [self.inAppBrowserViewController close];
}

- (BOOL) isSystemUrl:(NSURL*)url
Expand Down

0 comments on commit b4d19bc

Please sign in to comment.