Skip to content

Instantly share code, notes, and snippets.

@darkredz
Created July 15, 2012 10:44
Show Gist options
  • Save darkredz/3116229 to your computer and use it in GitHub Desktop.
Save darkredz/3116229 to your computer and use it in GitHub Desktop.
UIWebView behavior scrolling and zooming
nativeWeb.scrollBounceEffect = false;
nativeWeb.scrollable = false;
nativeWeb.zoomable = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment