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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to