breautek commented on issue #1473: URL: https://github.com/apache/cordova-android/issues/1473#issuecomment-1208226890
Android only supports `http` or `https` for schemes. This is a limitation of the underlying WebViewAssetLoader. iOS on the other hand only supports custom schemes that are not well known schemes, so iOS doesn't support schemes that are `http`, `https`, or any other scheme that is standardised. -- 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]
