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 2020/06/26 13:27:49 UTC

[GitHub] [cordova-ios] jcesarmobile commented on pull request #866: refactor: default to file scheme

jcesarmobile commented on pull request #866:
URL: https://github.com/apache/cordova-ios/pull/866#issuecomment-650178652


   `handlesURLScheme` returns true if the webview already handles the scheme, if the webview already handles that scheme, it means we can't use that scheme for serving the app content, so if you set the scheme to http, https, file or a few others, `handlesURLScheme` is true and we default to `app`, if it returns false, it means whatever you configured is safe to use.


----------------------------------------------------------------
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