标签: javascript html objective-c macos webview
我只想将macOS应用程序的WebView与其内容相匹配,其内容包含一些脚本。我尝试使用
[webView stringByEvaluatingJavaScriptFromString:@"document.getElementById(\"foo\").offsetHeight;"];
但是它只用简单的html给出了WebView的大小。