From: Jay Freeman (saurik) Date: Mon, 14 Mar 2011 10:00:17 +0000 (-0700) Subject: Consider a WebView loaded when it commits. X-Git-Tag: v1.1.0%b7~11 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/b3be8c0c05ea03ae25d0128eabc24ee1d160c4c6?ds=sidebyside Consider a WebView loaded when it commits. --- diff --git a/CyteKit/WebViewController.mm b/CyteKit/WebViewController.mm index 9003af38..40cd6d1f 100644 --- a/CyteKit/WebViewController.mm +++ b/CyteKit/WebViewController.mm @@ -478,6 +478,7 @@ float CYScrollViewDecelerationRateNormal; #endif if ([frame parentFrame] == nil) { + loaded_ = true; } }