WKNavigationDelegate in WKWebView

Hi, is there a way to implement WKNavigationDelegate in Expo WKWebView?
Thanks

Hey @natanaeloktavian,

This won’t be possible within a Managed project as you won’t be able to access the native files to manipulate WKNavigationDelegate and the react-native-webview package doesn’t expose a way to do so either.

Cheers,
Adam

Hi Adam, thanks for the answer, now i have a problem when implement deeplink in WKWebView
For example i want to open deep link to itms-apps://itunes.apple.com/app/apple-store/id375380948?mt=8
It seems WKWebView cant open deeplink, it should be handled by custom navigation delegate
It there another solution to implement deeplink?

Thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.