摘要: - (void)webViewDidFinishLoad:(UIWebView *)webView { [webView stringByEvaluatingJavaScriptFromString:@"document.body.style.webkitTouchCallout='none';"]; }Customize the contextual menu of UIWebView 阅读全文
posted @ 2011-12-06 11:58 el. 阅读(187) 评论(0) 推荐(0) 编辑
摘要: NSString *htmlString = [NSString stringWithFormat: @"<html>" "<head>" "<meta name='viewport'" "content='width=device-width; initial-scale=1.0; maximum-scale=10.0;'" ">" ... 阅读全文
posted @ 2011-12-06 09:55 el. 阅读(1089) 评论(0) 推荐(0) 编辑