@eskimo - we are running into kind of the inverse problem - we are trying to load an amazon.com page in our WKWebView but some of the time our users report that it instead switches them over to the Amazon app. Assuming that the Amazon app has registered to handle "regular" web URLs like "https://www.amazon.com/some_path" (and not a custom scheme like "amazon://") is there any way for us to intercept the request and force it to load in our WKWebView rather than redirecting out?