You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/09/30 10:59:59 UTC

[GitHub] [cordova-ios] idoodler edited a comment on issue #1153: "getUserMedia" broken in iOS 15

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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org