FabioFerrua commented on issue #1080: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1080#issuecomment-2688569281
@kenguest I was in the exact same situation as you, encountering the same errors. Upon examining the CDVWKInAppBrowser.m file, I noticed that Xcode was displaying a warning:  I realized that the code in this file differed from the version 6.0 of the plugin. To resolve the issue, I simply uninstalled and reinstalled the plugin using the following commands: cordova plugin remove cordova-plugin-inappbrowser cordova plugin add cordova-plugin-inappbrowser After performing these steps, the method's code changed, and Xcode no longer displayed any warnings:  Now, the system browser (Safari) opens and loads the website correctly. -- 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. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org 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