Universal links not working with WKWebView

后端 未结 1 646
慢半拍i
慢半拍i 2021-01-14 17:04

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

相关标签:
1条回答
  • 2021-01-14 17:53

    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.

    0 讨论(0)
提交回复
热议问题