Last Updated: February 25, 2016
·
3.412K
· justinwehrman

Disable vertical bounce in webView using PhoneGap

To disable the WebView vertical bounce when using PhoneGap, disregard preventDefault() in touchmove events. Instead goto Cordova.plist and set UIWebViewBounce to NO.