xale76 opened a new issue #704: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/704
"App updates that use UIWebView will no longer be accepted as of December 2020. Instead, use WKWebView for improved security and reliability." Hello, this is the message I get when I include InAppBrowser in my project. I already included cordova-plugin-wkwebview-engine and put usewkwebview=yes in options, in example var ref = cordova.InAppBrowser.open(urlfatt, '_blank', location=no,closebuttoncaption=chiudi,usewkwebview=yes'); but I still get the issue: I think because the plugin itself has test.js that open example pages without usewkwebview parameter. how to fix it? is there a way to set a general option for all calls to InAppBrowser? ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
