jcesarmobile commented on issue #1004: URL: https://github.com/apache/cordova-android/issues/1004#issuecomment-648765122
Google engineers have recommended to discourage custom schemes in Android apps in [this ionic webview issue](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/484), so I don't think this is something we should do in cordova-android. But maybe, as ionic webview does, intercept the requests so they load as http/https urls. That should fix some of the mentioned problems. But even that, I don't think it should be in cordova-android for now, should start as a separate plugin as cordova-plugin-wkwebview-engine and if people uses it, integrate it in cordova-android later on. ---------------------------------------------------------------- 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]
