You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/07/04 21:11:39 UTC

[GitHub] [cordova-plugin-file] guylando commented on issue #322: feat(android): Allow loading of local file using "https://cdvfile/"

guylando commented on issue #322: feat(android): Allow loading of local file using "https://cdvfile/"
URL: https://github.com/apache/cordova-plugin-file/pull/322#issuecomment-508577501
 
 
   I dont think https://cdvfile/ is a good idea as it is a malformed non-standard url in web context. We are talking about loading a standard https website in a webview so no reason to force that website to use https://cdvfile/ I think. The idea is that if the remote website loads in web context then it loads resources from remote server but if it loads SAME URL from inside the app webview then the app will intercept and return local content. It should work for normal urls.

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


With regards,
Apache Git Services

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