brabo-hi
10/03/2023, 2:18 AMWKNavigationDelegate
but WKNavigationDelegateProtocol
Vlad
10/03/2023, 8:53 AMimport platform.WebKit.WKNavigationDelegateProtocol
This one works for me just finePete Hellyer
10/03/2023, 10:09 AMVlad
10/03/2023, 10:10 AMPete Hellyer
10/03/2023, 10:12 AMclass NavigationHander (private val callBack: (String) -> Unit): WKNavigationDelegateProtocol, NSObject()
brabo-hi
10/03/2023, 3:23 PM