CWBudde commented on issue #1088:
URL: https://github.com/apache/cordova-ios/issues/1088#issuecomment-866484941
While there are a few other workarounds for the problem (one domain only
approach, wkwebview proxy, adding NSCrossWebsiteTrackingUsageDescription), I
think it's still necessary to get access to this setting. This said, it's
probably not just adding a few values to the plist file, but also accessing the
`limitsNaviationsToAppBoundDomains` configuration.
With PR #1050 a pull request is already available to solve the configuration
problem. So now, only a way to add values to the WKAppBoundDomains array within
the plist file remains missing, I think.
Maybe something like
```
<preference name="AppBoundDomains">
<param value="example1.com"/>
<param value="example2.org"/>
</preference>
```
could be used. I won't be perfect, but at least it's possible to access this
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]