brandon-bt commented on issue #712: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/712#issuecomment-638644817
@doug1e Remove your current version of the InAppBrowser plugin and install the current code from master using the following command: `ionic cordova plugin rm cordova-plugin-inappbrowser` `ionic cordova plugin add https://github.com/apache/cordova-plugin-inappbrowser.git` Then I would suggest removing and re-adding ios as a platform to your ionic project: `ionic cordova platform rm ios` `ionic cordova platform add ios@latest` ---------------------------------------------------------------- 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]
