comewalk edited a comment on issue #387:
URL:
https://github.com/apache/cordova-plugin-inappbrowser/issues/387#issuecomment-747249353
Hi, FYI, I had same issue. I solved this like following diff. (Xcode: 12.3,
cordova-plugin-inappbrowser: 4.1.0 in my environment)
```diff
<feature name="InAppBrowser">
- <param name="ios-package" value="CDVInAppBrowser" />
+ <param name="ios-package" value="CDVWKInAppBrowser" />
</feature>
```
----------------------------------------------------------------
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]