breautek commented on issue #564: URL: https://github.com/apache/cordova-plugin-file/issues/564#issuecomment-1497933498
> At this point, pretty sure it has to do with hostname + scheme. Can't do it right now but just wanted to quickly mention that `app` is not a valid scheme for android, it must be either `http` or `https`. By default it uses `https` (and I think it falls back to `https` if it's an invalid scheme) This is a conflict with what iOS requires, which cannot be any well known/standard protocol, so things like `http`, `https`, `ssh`, etc are all illegal for iOS. Therefore the preferences should be in their own `<platform>` blocks -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
