breautek commented on issue #915: URL: https://github.com/apache/cordova-ios/issues/915#issuecomment-652019370
The only thing that is strange that I see is I don't think `WKURLSchemeHandler` plays nicely with `http` or `https` (or any other standard protocols). It's suppose to be for defining how to handle custom schemes. That's why the cordova blog post uses `app` in its example. But honestly I'm not that knowledgable with URL schemes and I don't know if this is a source of your problem or not. I'd be kinda surprised if it was. I can say that I have no issues with apple using my provided login for my apps, but none of my apps are on cordova-ios@6 yet. I have one app on [email protected] using the wkwebview plugin, and another app also on [email protected], but using the ionic webview (with their implementation of scheme handlers). ---------------------------------------------------------------- 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]
