Skip to content

Instantly share code, notes, and snippets.

@joachimkainz
Created March 8, 2012 17:33
Show Gist options
  • Select an option

  • Save joachimkainz/2002240 to your computer and use it in GitHub Desktop.

Select an option

Save joachimkainz/2002240 to your computer and use it in GitHub Desktop.
Add to PhoneGap's AppDelegate in - (void) webViewDidFinishLoad:(UIWebView*) theWebView to prevent the scrolling that reveals the app as a hybrid app
theWebView.scrollView.bounces = NO;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment