set native touch overflow enabling back to false

This commit is contained in:
scottjehl 2011-10-07 18:48:38 -04:00
parent dc90ef39f6
commit f0403f9d9f

View file

@ -8,7 +8,7 @@
(function( $, undefined ) {
// Enable touch overflow scrolling when it's natively supported
$.mobile.touchOverflowEnabled = true;
$.mobile.touchOverflowEnabled = false;
// Enabled zoom when touch overflow is enabled. Can cause usability issues, unfortunately
$.mobile.touchOverflowZoomEnabled = false;