WebView NavigationType converted to type

This commit is contained in:
vakrilov
2017-04-04 17:31:56 +03:00
parent 59e34f0bfc
commit d427c9ed8f
5 changed files with 18 additions and 45 deletions

View File

@@ -34,7 +34,7 @@ function initializeWebViewClient(): void {
if (traceEnabled()) {
traceWrite("WebViewClientClass.onPageStarted(" + url + ", " + favicon + ")", traceCategories.Debug);
}
owner._onLoadStarted(url, WebViewBase.navigationTypes[WebViewBase.navigationTypes.indexOf("linkClicked")]);
owner._onLoadStarted(url, undefined);
}
}