Authored by Justin R. Miller

disallow contextual menu to avoid need to dim

... ... @@ -208,6 +208,8 @@
- (void)webViewDidFinishLoad:(UIWebView *)webView
{
[webView stringByEvaluatingJavaScriptFromString:@"document.body.style.webkitTouchCallout='none';"];
[[self.view viewWithTag:1] removeFromSuperview];
}
... ...