From 1badd4aa8e5c67835b98eeddd93638a8ce514f90 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Thu, 22 Sep 2011 21:31:03 -0400 Subject: [PATCH] enable touch overflow scrolling by default where supported --- js/jquery.mobile.fixHeaderFooter.native.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.mobile.fixHeaderFooter.native.js b/js/jquery.mobile.fixHeaderFooter.native.js index 382a7bcf..0cd68763 100644 --- a/js/jquery.mobile.fixHeaderFooter.native.js +++ b/js/jquery.mobile.fixHeaderFooter.native.js @@ -7,7 +7,7 @@ (function( $, undefined ) { -$.mobile.touchOverflowEnabled = false; +$.mobile.touchOverflowEnabled = true; $( document ).bind( "pagecreate", function( event ) { if( $.support.touchOverflow && $.mobile.touchOverflowEnabled ){