CocoaDev

Edit AllPages

Some web pages force the browser to reload its contents after a period of time. Is there any way to tell a webview not to reload a page?


You could always subclass General/WebView and and override the default reloading function with your own that does the checking (example below).