We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a2cbd commit 1931669Copy full SHA for 1931669
tns-core-modules/ui/web-view/web-view.ios.ts
@@ -56,9 +56,6 @@ class WKNavigationDelegateImpl extends NSObject
56
}
57
const owner = this._owner.get();
58
if (owner) {
59
- webView.evaluateJavaScriptCompletionHandler("document.body.height",(val,err)=>{
60
- console.log(val);
61
- });
62
let src = owner.src;
63
if (webView.URL) {
64
src = webView.URL.absoluteString;
0 commit comments