disabled touch overflow scrolling by default. overridable through $.mobile.touchOverflowEnabled.

This commit is contained in:
scottjehl 2011-09-27 12:37:10 -04:00
parent 47480d69f9
commit 9b86fddf89

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;