idoodler edited a comment on issue #1153:
URL: https://github.com/apache/cordova-ios/issues/1153#issuecomment-931216601
@dpogue In the `config.xml` under platform iOS the following is defined.
```
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<preference name="scheme" value="app" />
<preference name="hostname" value="localhost" />
<access origin="cdvfile://*" />
[REDACTED]
</platform>
```
As I mention above I can reproduce the same behaviour in a plain Swift app
loading the resources from the Filesystem (using `file://`, but not if I load
them from a remote webserver).
I checked the WebViewEngine and the resources are loaded using the `file://`
scheme.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]