I have an url to a pdf that doesn't show the pdf extension like:
https://www.myserver.com/lsdhfasjkdhfo2387407402374
The url can be opened in safari but doesn't in my WKWebView
I implemented the WKNavigationDelegate and receive a callback on func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) which I allow. But then nothing happens.
Any idea?