Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0.0
-
None
Description
CDVWKWebViewEngine needs to have a navigationDelegate that implements:
- (void)webView:(WKWebView *)webView didFinishNavigation:(WKNavigation *)navigation
... which then will post CDVPageDidLoadNotification:
[[NSNotificationCenter defaultCenter] postNotification:[NSNotification notificationWithName:CDVPageDidLoadNotification object:self.webView]];