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/01/21 23:08:07 UTC

[GitHub] [cordova-ios] breautek edited a comment on issue #1062: iOS scheme not work with "https" value

breautek edited a comment on issue #1062:
URL: https://github.com/apache/cordova-ios/issues/1062#issuecomment-764998839


   > Are there some limitation?
   
   Yes, you can't use well known schemes. Apple doesn't explicitly give a list of what is considered well known, but all existing protocol standards you can probably be assumed to be restricted, such as, but not limited to:
   
   - http / https
   - ftp
   - ws / wss
   
   If the scheme isn't usable, cordova will default to app, assuming you have schemes enabled.


----------------------------------------------------------------
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:
users@infra.apache.org



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