nagaperla commented on issue #818: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/818#issuecomment-731194831
@timbru31 Thank you for responding. I tried the approach you've mentioned. Still, the issue isn't resolved completely. Here is the list of Cordova plugins I'm using in my app - branch-cordova-sdk 3.4.0 "branch-cordova-sdk" cordova-ios-plugin-no-export-compliance 0.0.5 "iOS No Export Compliance" cordova-plugin-fastclick 1.0.0 "FastClick" cordova-plugin-file 6.0.2 "File" cordova-plugin-inappbrowser 4.0.0 "InAppBrowser" cordova-plugin-media-capture 3.0.3 "Capture" cordova-plugin-whitelist 1.3.4 "Whitelist" cordova-plugin-wkwebview-engine 1.2.1 "Cordova WKWebView Engine" cordova-plugin-wkwebviewxhrfix 0.1.0 "WKWebView XHR Fix" pushwoosh-cordova-plugin 8.0.0 "Pushwoosh" There are other issues that are coming up with v4.0.0. List of errors: Plugins/cordova-plugin-wkwebview-engine/CDVWKWebViewEngine.m:104:80: error: property 'userAgent' not found on object of type 'CDVViewController *' wkWebView.customUserAgent = ((CDVViewController*) self.viewController).userAgent; Plugins/cordova-plugin-wkwebview-engine/CDVWKWebViewEngine.m:375:6: error: use of undeclared identifier 'CDVUserAgentUtil' [CDVUserAgentUtil releaseLock:vc.userAgentLockToken]; ^ Plugins/cordova-plugin-wkwebview-engine/CDVWKWebViewEngine.m:388:6: error: use of undeclared identifier ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org