I'm using WKWebView in an application of mine. I've discovered that a variety of links are not clickable, even when I allow arbitrary loads through app transport security. For example, clicking all Adsense content and ads from other providers has no effect. The WebView doesn't even return any progress.
Additionally, trying to click on iTunes links (i.e an App Store badge) will not redirect to the App Store application. The WebView will register progress, however it will not leave the initial page.
Another example: clicking the badge on the Pinterest hompage that prompts you to open certain pins in the Pinterest app will only load a bnc.it
URL and display a blank page, which is what I assume to be an intermediary between Pinterest.com and the Pinterest iPhone application.
If anyone knows how to get WKWebView to handle all of these such requests I'd greatly appreciate hearing how to do so.