From fedd38feb88ac93531aad19ab217e7d61b17f7b9 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 29 Oct 2014 11:23:11 -0700 Subject: Reload the appcache if suspended over ten minutes. --- CyteKit/WebViewController.h | 1 + 1 file changed, 1 insertion(+) (limited to 'CyteKit') diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h index a159f37..96186c1 100644 --- a/CyteKit/WebViewController.h +++ b/CyteKit/WebViewController.h @@ -103,6 +103,7 @@ - (id) initWithWidth:(float)width ofClass:(Class)_class; - (void) callFunction:(WebScriptObject *)function; +- (void) reloadURLWithCache:(BOOL)cache; - (void) webView:(WebView *)view didClearWindowObject:(WebScriptObject *)window forFrame:(WebFrame *)frame; - (NSURLRequest *) webView:(WebView *)view resource:(id)identifier willSendRequest:(NSURLRequest *)request redirectResponse:(NSURLResponse *)response fromDataSource:(WebDataSource *)source; -- cgit v1.2.3