I have web-view based app and other native apps in company. We were using universal links to redirect user to other apps when needed (other apps st
web-view
universal links
I believe there is a bug in WKWebView that makes it ignore universal links if the navigation delegate is not set. Try setting the WKWebView’s navigation delegate. You don’t have to implement any of the delegate methods.