diff options
-rw-r--r-- | UICaboodle/BrowserView.mm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/UICaboodle/BrowserView.mm b/UICaboodle/BrowserView.mm index 705c7e1..d73bca9 100644 --- a/UICaboodle/BrowserView.mm +++ b/UICaboodle/BrowserView.mm @@ -933,6 +933,8 @@ static void $UIWebViewWebViewDelegate$webViewClose$(UIWebViewWebViewDelegate *se [document setTileSize:CGSizeMake(320, 500)]; [document setBackgroundColor:[UIColor clearColor]]; + + // XXX: this is terribly (too?) expensive [document setDrawsBackground:NO]; WebView *webview([document webView]); |