In my app, I am opening a URL using WK WebView. URL loads correctly, but if I click on some external links in the loaded URL it does not redirect to other websites.
For example
Following is my URL https://www.urlaubstracker.de
In the above link, different holiday deals are linked to external websites. If I click on any button which redirects user to another website, app does not work or load the URL.
I tried using UI WebView and it is working perfectly fine. Could some one please point out what exactly I am missing here in my WK WebView.