Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有 WebView 的 OS X 应用程序,如果单击不在视图中的链接上,它会在第一次单击时重新加载 WebView。
关于如何追捕这个的任何建议?我认为这与专注有关,但我想也许有人以前遇到过这样的事情。
谢谢,查理
请在您手动加载它的地方检查您的代码,如下所示:-
[[webView mainFrame]loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://www.google.com"]]];