diff --git a/js/jquery.mobile.fixHeaderFooter.native.js b/js/jquery.mobile.fixHeaderFooter.native.js index b7740d9d..382a7bcf 100644 --- a/js/jquery.mobile.fixHeaderFooter.native.js +++ b/js/jquery.mobile.fixHeaderFooter.native.js @@ -7,7 +7,7 @@ (function( $, undefined ) { -$.mobile.touchOverflowEnabled = true; +$.mobile.touchOverflowEnabled = false; $( document ).bind( "pagecreate", function( event ) { if( $.support.touchOverflow && $.mobile.touchOverflowEnabled ){ @@ -48,7 +48,7 @@ $( document ).bind( "pagecreate", function( event ) { .animationComplete(function(){ $(this).not( ".in" ).addClass( "ui-native-bars-hidden" ); }); - } ); + }); } } });