diff --git a/src/ios/CDVWKInAppBrowserUIDelegate.m b/src/ios/CDVWKInAppBrowserUIDelegate.m index 2f090c0..8fd6938 100644 --- a/src/ios/CDVWKInAppBrowserUIDelegate.m +++ b/src/ios/CDVWKInAppBrowserUIDelegate.m @@ -79,7 +79,7 @@ [[self getViewController] presentViewController:alert animated:YES completion:nil]; } -//added this code to open popup window within frame. +//open popup window within same frame. - (WKWebView *)webView:(WKWebView *)webView createWebViewWithConfiguration:(WKWebViewConfiguration *)configuration forNavigationAction:(WKNavigationAction *)navigationAction windowFeatures:(WKWindowFeatures *)windowFeatures { if (!navigationAction.targetFrame.isMainFrame) {