/ Published in: Objective C
Disbable by code. I don't know if Apple reject this.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
UIWebView *webView = [[UIWebView alloc] initWithFrame:CGRectMake(0,0,320,480)]; [[[webView subviews] lastObject] setScrollEnabled:NO];
URL: http://oiphonemad.blogspot.com/2011/02/uiwebview-disable-scrolling.html