Skip to content

Commit f49e69e

Browse files
author
scottjehl
committed
disabled iOS5 improvements by default. Can be enabled by binding to mobileinit and setting $.mobile.touchOverflowEnabled = true;
1 parent b645781 commit f49e69e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/jquery.mobile.fixHeaderFooter.native.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
(function( $, undefined ) {
99

10-
$.mobile.touchOverflowEnabled = true;
10+
$.mobile.touchOverflowEnabled = false;
1111

1212
$( document ).bind( "pagecreate", function( event ) {
1313
if( $.support.touchOverflow && $.mobile.touchOverflowEnabled ){
@@ -48,7 +48,7 @@ $( document ).bind( "pagecreate", function( event ) {
4848
.animationComplete(function(){
4949
$(this).not( ".in" ).addClass( "ui-native-bars-hidden" );
5050
});
51-
} );
51+
});
5252
}
5353
}
5454
});

0 commit comments

Comments
 (0)